From 5634e70571eac6d9e525cce3cf4186478a04f223 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 16 Jun 2025 06:51:37 -0400 Subject: add new post, add new pages, move about content to home, and more --- hugo.toml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'hugo.toml') 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 -- cgit v1.2.3-70-g09d2