From 506fa714a38a337135ebc75bc3cfa694becec458 Mon Sep 17 00:00:00 2001 From: wires Date: Tue, 1 Apr 2025 11:47:22 -0400 Subject: little tweaks to tags + comment color --- hugo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hugo.toml') 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] @@ -22,6 +22,11 @@ summaryLength = 10 name = "home" url = "/" +[[menu.main]] + weight = -5 + name = "tags" + url = "/tags.html" + [[menu.main]] name = "rss" url = "/feed.xml" -- cgit 1.4.1