From 051adec5ba857bf709ce7eac7543194390b53739 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Thu, 18 Jun 2020 14:50:45 -0400 Subject: Fix RSS and add site search --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.toml b/config.toml index 925ca7d..5295581 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,9 @@ theme = "fuji" languageCode = "en-us" enableRobotsTXT = true +[outputs] + home = ["html", "rss", "json"] + [params] author = "Dante Catalfamo" subTitle = "Sharing notes with the internet" @@ -39,6 +42,14 @@ enableRobotsTXT = true name = "About" url = "/about/" weight = 3 + [[menu.nav]] + name = "Search" + url = "/search/" + weight = 4 + [[menu.nav]] + name = "RSS" + url = "/index.xml" + weight = 5 [[menu.link]] name = "GitHub" -- cgit v1.2.3