mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
41 lines
692 B
TOML
41 lines
692 B
TOML
# [[main]]
|
|
# identifier = "about"
|
|
# name = "About"
|
|
# url = "/about/"
|
|
# weight = 10
|
|
|
|
[[main]]
|
|
identifier = "self-hosting"
|
|
name = "self-hosting"
|
|
url = "/categories/self-hosting/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "tips"
|
|
name = "tips"
|
|
url = "/categories/tips/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "code"
|
|
name = "code"
|
|
url = "/categories/code/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "backstage"
|
|
name = "backstage"
|
|
url = "/categories/backstage/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "slashes"
|
|
name = "slashes"
|
|
url = "/categories/slashes/"
|
|
weight = 10
|
|
|
|
[[main]]
|
|
identifier = "notes"
|
|
name = "notes"
|
|
url = "https://notes.runtimeterror.dev"
|
|
weight = 100
|