aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
diff options
context:
space:
mode:
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