mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
35 lines
536 B
TOML
35 lines
536 B
TOML
# [[main]]
|
|
# identifier = "about"
|
|
# name = "About"
|
|
# url = "/about/"
|
|
# weight = 10
|
|
|
|
[[main]]
|
|
identifier = "about"
|
|
name = "about"
|
|
url = "/about/"
|
|
weight = -100
|
|
|
|
[[main]]
|
|
identifier = "projects"
|
|
name = "projects"
|
|
url = "/series/projects/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "tips"
|
|
name = "tips"
|
|
url = "/series/tips/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "vra8"
|
|
name = "vra8"
|
|
url = "/series/vra8/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "scripts"
|
|
name = "scripts"
|
|
url = "/series/scripts/"
|
|
weight = 1
|