Make menu entries explicit

This commit is contained in:
2024-02-13 17:17:04 -05:00
parent ff64ca341b
commit fa8af73671
5 changed files with 22 additions and 6 deletions

View File

@@ -39,9 +39,29 @@ copyright = "This work is licensed under a Creative Commons Attribution-ShareAli
name = "Reddit"
url = "https://old.reddit.com/u/djbon2112"
[menu]
[[menu.main]]
[menus]
[[menus.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menus.main]]
identifier = "welcome"
name = "Welcome"
url = "/welcome/"
weight = 2
[[menus.main]]
identifier = "legal"
name = "Legal"
url = "/legal/"
weight = 3
[[menus.about]]
identifier = "cv"
name = "My CV"
url = "/cv/"
weight = 1
[[menus.about]]
identifier = "hardware"
name = "My Hardware"
url = "/hardware/"
weight = 2