thewwwdotcom-blog/config/_default/menus.en.toml
Jason Evans db67aec7bb first
2024-09-21 16:32:21 +02:00

30 lines
501 B
TOML

[[main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[main]]
name = "Blog Archives"
weight = 200
identifier = "posts"
url = "/post/"
[[main]]
name = "Resume/CV"
weight = 300
identifier = "portfolio"
url = "https://https.www.thewwwdotcom.com"
[[main]]
name = "About"
weight = 400
identifier = "about"
url = "/about/"
[[footer]]
name = "CC BY 4.0"
weight = 1
identifier = "imprint"
url = "https://creativecommons.org/licenses/by/4.0/"