diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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" |