runtimeterror/config/_default/menu.toml

42 lines
684 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:58:11 +00:00
identifier = "self-hosting"
name = "self-hosting"
url = "/categories/self-hosting/"
weight = 1
[[main]]
2024-01-19 15:28:22 +00:00
identifier = "tips"
name = "tips"
2024-01-19 15:58:11 +00:00
url = "/categories/tips/"
2024-01-19 15:28:22 +00:00
weight = 1
2024-01-18 22:06:53 +00:00
[[main]]
2024-01-19 15:28:22 +00:00
identifier = "code"
name = "code"
2024-01-19 15:58:11 +00:00
url = "/categories/code/"
2024-01-19 15:28:22 +00:00
weight = 1
2023-09-13 14:36:43 +00:00
[[main]]
identifier = "backstage"
name = "backstage"
url = "/categories/backstage/"
weight = 1
2024-05-29 21:58:41 +00:00
[[main]]
identifier = "slashes"
name = "slashes"
url = "/slashes/"
2024-05-29 21:58:41 +00:00
weight = 10
[[main]]
identifier = "notes"
name = "notes↗"
url = "https://notes.runtimeterror.dev"
2023-09-13 14:36:43 +00:00
weight = 100