diff options
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 |