wires

summary refs log tree commit diff
path: root/hugo.toml
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-03-31 13:46:45 -0400
committerwires <wires@noreply.wires.systems>2025-03-31 13:46:45 -0400
commitdcee4fe4b15738c30eb3962ff6caa5db8845254c (patch)
tree65c28a0f175a266a2a105cb2a28d2ecbb74abbfe /hugo.toml
parentadd deploy script (diff)
downloadblog-dcee4fe4b15738c30eb3962ff6caa5db8845254c.tar.gz
theme changes
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 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"