runtimeterror/config/_default/menu.toml

30 lines
493 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-19 15:28:22 +00:00
identifier = "projects"
name = "projects"
url = "/series/projects/"
weight = 1
[[main]]
2024-01-19 15:28:22 +00:00
identifier = "tips"
name = "tips"
url = "/series/tips/"
weight = 1
2024-01-18 22:06:53 +00:00
[[main]]
2024-01-19 15:28:22 +00:00
identifier = "code"
name = "code"
url = "/series/code/"
weight = 1
2023-09-13 14:36:43 +00:00
[[main]]
identifier = "virtuallypotato"
name = "whereis virtuallypotato"
url = "/virtuallypotato-runtimeterror/"
weight = 100