All checks were successful
deploy-docs / build-and-deploy (push) Successful in 19s
26 lines
401 B
TOML
26 lines
401 B
TOML
# This overrides the framework's default menu for the public site.
|
|
|
|
[[main]]
|
|
name = "projects"
|
|
pageRef = "projects"
|
|
weight = 10
|
|
|
|
[[main]]
|
|
name = "posts"
|
|
pageRef = "posts"
|
|
weight = 20
|
|
|
|
[[main]]
|
|
name = "stream"
|
|
pageRef = "stream"
|
|
weight = 30
|
|
|
|
[[subnavigation]]
|
|
name = "lab"
|
|
pageRef = "lab_setup"
|
|
weight = 10
|
|
|
|
[[subnavigation]]
|
|
name = "resume"
|
|
pageRef = "resume"
|
|
weight = 20 |