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