1
0
jcktrue.dk/config/_default/menus.toml
Jens True ee5a00829e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Minor polish.
2023-05-22 13:20:26 +00:00

30 lines
369 B
TOML

[[main]]
name = "Home"
url = "#about"
weight = 10
[[main]]
name = "Sailing"
url = "sailing/"
weight = 50
[[main]]
name = "Selfhosted"
url = "selfhosted/"
weight = 51
[[main]]
name = "Projects"
url = "project/"
weight = 52
[[main]]
name = "Posts"
url = "post/"
weight = 55
[[main]]
name = "Contact"
url = "/#contact"
weight = 60