diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 854629b..dfb70aa 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,7 +20,7 @@ disqusShortname = "" googleAnalytics = "" [outputs] -home = ["HTML", "JSON"] +home = ["HTML", "JSON", "RSS"] [taxonomies] category = "categories" @@ -59,12 +59,6 @@ identifier = "tags" name = "Tags" url = "/tags/" weight = 20 -[[menu.main]] -identifier = "categories" -name = "Categories" -url = "/categories/" -weight = 30 - [params] author = "Puppet" |
