diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-16 06:51:37 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-16 06:51:37 -0400 |
commit | 5634e70571eac6d9e525cce3cf4186478a04f223 (patch) | |
tree | ea757a21051a5140089fd0e206328c567559e8da /hugo.toml | |
parent | eab0d3ff03c66cd0f41eab2c84b43089687c96b0 (diff) |
add new post, add new pages, move about content to home, and more
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -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 |