diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-05-19 09:40:12 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-05-19 09:40:12 -0400 |
commit | df5c266f4448ab0c9330ff58db789d0123302b5d (patch) | |
tree | 9a796174e7b12c57637af36a9e168fc06b45c0f0 /hugo.toml | |
parent | 682a580345248c82abc0a7d65cd5efe7f2f6c67e (diff) |
add todo page and change list style
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ name = "now" pageref = "/now.html" weight = 20 +[[menu.left_nav]] +name = "todo" +pageref = "/todo.html" +weight = 30 + [[menu.right_nav]] name = "source" url = "https://codeberg.org/frosty/www" |