runtimeterror/config/_default/menu.toml

30 lines
502 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]]
identifier = "projects"
2023-08-21 14:08:07 +00:00
name = "projects"
url = "/series/projects/"
weight = 1
[[main]]
identifier = "tips"
2023-08-21 14:08:07 +00:00
name = "tips"
url = "/series/tips/"
weight = 1
[[main]]
identifier = "scripts"
2023-08-21 14:08:07 +00:00
name = "scripts"
url = "/series/scripts/"
weight = 1
2023-09-13 14:36:43 +00:00
[[main]]
identifier = "virtuallypotato"
name = "whereis virtuallypotato"
url = "/virtuallypotato-runtimeterror/"
weight = 100