Website/config/_default/menus.en.toml

31 lines
382 B
TOML
Raw Normal View History

2024-04-01 12:56:31 +02:00
[[main]]
name = "Home"
pageRef = "/"
weight = 1
[[main]]
name = "Posts"
pageRef = "posts"
weight = 2
[[main]]
name = "About"
pageRef = "about"
weight = 3
[[main]]
pre = "gitlab"
url = "https://git.kaleyfischer.xyz/DRAGONTOS/Website"
weight = 4
2024-04-01 12:56:31 +02:00
[[footer]]
name = "Tags"
pageRef = "tags"
weight = 10
[[footer]]
name = "Categories"
pageRef = "categories"
weight = 20