From dcee4fe4b15738c30eb3962ff6caa5db8845254c Mon Sep 17 00:00:00 2001 From: wires Date: Mon, 31 Mar 2025 13:46:45 -0400 Subject: theme changes --- hugo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 2199c34..aee57cc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://wires.systems' languageCode = 'en-us' -title = "~wires" +title = "wires" uglyurls = true enableGitInfo = true disableKinds = ['section', 'taxonomy'] @@ -17,6 +17,11 @@ summaryLength = 10 [outputFormats.rss] baseName = 'feed' +[[menu.main]] + weight = -10 + name = "home" + url = "/" + [[menu.main]] name = "rss" url = "/feed.xml" -- cgit 1.4.1