45 lines
598 B
TOML
45 lines
598 B
TOML
[[main]]
|
|
name = "Services"
|
|
pageRef = "services"
|
|
weight = 10
|
|
|
|
# [[main]]
|
|
# name = "Stacks"
|
|
# pageRef = "stacks"
|
|
# weight = 20
|
|
|
|
[[main]]
|
|
name = "Showcase"
|
|
pageRef = "showcase"
|
|
weight = 30
|
|
|
|
[[main]]
|
|
name = "Tracking"
|
|
pageRef = "logs"
|
|
weight = 40
|
|
|
|
[[footer]]
|
|
identifier = "github"
|
|
pre = "github"
|
|
url = "https://git.myco.systems/explore"
|
|
weight = 400
|
|
|
|
[[footer]]
|
|
name = "Services"
|
|
pageRef = "services"
|
|
weight = 10
|
|
|
|
[[footer]]
|
|
name = "Showcase"
|
|
pageRef = "showcase"
|
|
weight = 20
|
|
|
|
# [[footer]]
|
|
# name = "Stacks"
|
|
# pageRef = "stacks"
|
|
# weight = 30
|
|
|
|
[[footer]]
|
|
name = "Tracking"
|
|
pageRef = "logs"
|
|
weight = 40
|