1
0

30 lines
369 B
TOML
Raw Normal View History

[[main]]
name = "Home"
url = "#about"
weight = 10
[[main]]
2020-08-15 15:22:02 +02:00
name = "Sailing"
url = "sailing/"
weight = 50
2020-02-25 20:18:58 +01:00
2021-04-25 19:00:06 +02:00
[[main]]
name = "Selfhosted"
url = "selfhosted/"
weight = 51
2021-07-17 16:05:30 +02:00
[[main]]
name = "Projects"
url = "project/"
weight = 52
2020-02-25 20:18:58 +01:00
[[main]]
2020-08-15 15:22:02 +02:00
name = "Posts"
2020-08-07 14:47:38 +02:00
url = "post/"
2020-08-15 15:22:02 +02:00
weight = 55
[[main]]
name = "Contact"
2020-08-07 14:47:38 +02:00
url = "/#contact"
2023-05-22 13:20:26 +00:00
weight = 60