diff options
author | wires <wires@noreply.wires.systems> | 2025-03-31 13:46:45 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-03-31 13:46:45 -0400 |
commit | dcee4fe4b15738c30eb3962ff6caa5db8845254c (patch) | |
tree | 65c28a0f175a266a2a105cb2a28d2ecbb74abbfe /hugo.toml | |
parent | add deploy script (diff) | |
download | blog-dcee4fe4b15738c30eb3962ff6caa5db8845254c.tar.gz |
theme changes
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 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'] @@ -18,6 +18,11 @@ summaryLength = 10 baseName = 'feed' [[menu.main]] + weight = -10 + name = "home" + url = "/" + +[[menu.main]] name = "rss" url = "/feed.xml" |