runtimeterror/config/_default/menu.toml

42 lines
684 B
TOML
Raw Normal View History

2023-08-20 13:02:56 -05:00
# [[main]]
# identifier = "about"
# name = "About"
# url = "/about/"
2023-08-20 14:51:30 -05:00
# weight = 10
[[main]]
2024-01-19 09:58:11 -06:00
identifier = "self-hosting"
name = "self-hosting"
url = "/categories/self-hosting/"
weight = 1
[[main]]
2024-01-19 09:28:22 -06:00
identifier = "tips"
name = "tips"
2024-01-19 09:58:11 -06:00
url = "/categories/tips/"
2024-01-19 09:28:22 -06:00
weight = 1
2024-01-18 16:06:53 -06:00
[[main]]
2024-01-19 09:28:22 -06:00
identifier = "code"
name = "code"
2024-01-19 09:58:11 -06:00
url = "/categories/code/"
2024-01-19 09:28:22 -06:00
weight = 1
2023-09-13 09:36:43 -05:00
[[main]]
identifier = "backstage"
name = "backstage"
url = "/categories/backstage/"
weight = 1
2024-05-29 16:58:41 -05:00
[[main]]
identifier = "slashes"
name = "slashes"
url = "/slashes/"
2024-05-29 16:58:41 -05:00
weight = 10
[[main]]
identifier = "notes"
name = "notes↗"
url = "https://notes.runtimeterror.dev"
2023-09-13 09:36:43 -05:00
weight = 100