runtimeterror/config/_default/menu.toml

30 lines
459 B
TOML
Raw Normal View History

2023-08-20 18:02:56 +00:00
# [[main]]
# identifier = "about"
# name = "About"
# url = "/about/"
2023-08-20 19:51:30 +00:00
# weight = 10
[[main]]
2024-01-18 22:06:53 +00:00
identifier = "posts"
name = "posts"
url = "/"
weight = 1
[[main]]
2024-01-19 02:42:49 +00:00
identifier = "uses"
name = "uses"
url = "/uses"
2024-01-18 22:06:53 +00:00
weight = 2
2024-01-18 22:06:53 +00:00
[[main]]
identifier = "about"
name = "about"
url = "/about/"
2024-01-19 02:42:49 +00:00
weight = 3
2023-09-13 14:36:43 +00:00
[[main]]
identifier = "virtuallypotato"
name = "whereis virtuallypotato"
url = "/virtuallypotato-runtimeterror/"
weight = 100