Website/config/_default/menus.en.toml

41 lines
502 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 = "Notes"
pageRef = "notes"
weight = 30
2024-04-01 12:56:31 +02:00
[[main]]
name = "Servers"
parent = "Notes"
pageRef = "servers"
weight = 30
[[main]]
name = "About"
pageRef = "about"
weight = 40
2024-04-01 12:56:31 +02:00
[[main]]
pre = "gitlab"
url = "https://git.kaleyfischer.xyz/DRAGONTOS/Website"
weight = 50
2024-04-01 12:56:31 +02:00
[[footer]]
name = "Tags"
pageRef = "tags"
weight = 10
2024-04-01 12:56:31 +02:00
[[footer]]
name = "Categories"
pageRef = "categories"
weight = 20