aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-05-19 09:40:12 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-05-19 09:40:12 -0400
commitdf5c266f4448ab0c9330ff58db789d0123302b5d (patch)
tree9a796174e7b12c57637af36a9e168fc06b45c0f0 /hugo.toml
parent682a580345248c82abc0a7d65cd5efe7f2f6c67e (diff)
add todo page and change list style
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 51f93cc..a8dd4d6 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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"