diff options
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml index aee57cc..470efaf 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,7 @@ languageCode = 'en-us' title = "wires" uglyurls = true enableGitInfo = true -disableKinds = ['section', 'taxonomy'] +disableKinds = ['section'] summaryLength = 10 [taxonomies] @@ -23,6 +23,11 @@ summaryLength = 10 url = "/" [[menu.main]] + weight = -5 + name = "tags" + url = "/tags.html" + +[[menu.main]] name = "rss" url = "/feed.xml" |