diff options
author | wires <wires@noreply.wires.systems> | 2025-04-01 11:47:22 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-01 11:47:22 -0400 |
commit | 506fa714a38a337135ebc75bc3cfa694becec458 (patch) | |
tree | f066c64659d2203539823212eeed33ef2ad2664d /hugo.toml | |
parent | redo home page (diff) | |
download | blog-506fa714a38a337135ebc75bc3cfa694becec458.tar.gz |
little tweaks to tags + comment color
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" |