aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-06-16 06:51:37 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-06-16 06:51:37 -0400
commit5634e70571eac6d9e525cce3cf4186478a04f223 (patch)
treeea757a21051a5140089fd0e206328c567559e8da /hugo.toml
parenteab0d3ff03c66cd0f41eab2c84b43089687c96b0 (diff)
add new post, add new pages, move about content to home, and more
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml20
1 files changed, 18 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index c5ef8ae..724913a 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -20,13 +20,29 @@ subtext = "Lots of ideas, not many implementations."
[params.author]
name = "frosty"
+email = "passedgoandgot200@disroot.org"
[[menu.left_nav]]
-name = "about"
-pageref = "/about.html"
+name = "projects"
+pageref = "/projects.html"
weight = 10
+[[menu.left_nav]]
+name = "rocks"
+pageref = "/rocks.html"
+weight = 20
+
+[[menu.left_nav]]
+name = "contact"
+pageref = "/contact.html"
+weight = 30
+
[[menu.right_nav]]
name = "source"
url = "https://git.sr.ht/~auroras/www"
weight = 10
+
+[[menu.right_nav]]
+name = "todo"
+pageref = "/todo.html"
+weight = 20