wires

summary refs log tree commit diff
path: root/hugo.toml
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-01 11:47:22 -0400
committerwires <wires@noreply.wires.systems>2025-04-01 11:47:22 -0400
commit506fa714a38a337135ebc75bc3cfa694becec458 (patch)
treef066c64659d2203539823212eeed33ef2ad2664d /hugo.toml
parentredo home page (diff)
downloadblog-506fa714a38a337135ebc75bc3cfa694becec458.tar.gz
little tweaks to tags + comment color
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml7
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"