web.myco.systems/web-myco/config/_default/menus.en.toml
2023-09-02 03:10:14 +00:00

46 lines
803 B
TOML

[[main]]
name = "Services"
pageRef = "services"
weight = 10
[[main]]
name = "Showcase"
pageRef = "showcase"
weight = 30
#[[main]]
# name = "Merch"
# url = "http://tee.pub/lic/qwSlWVBL5zc"
# weight = 100
#[[main]]
# name = "Test"
# pageRef = "pagTest"
# weight = 1000
[[main]]
identifier = "mastodon"
pre = "mastodon"
url = "https://mastodon.social/@brookeee"
weight = 300
[[main]]
identifier = "github"
pre = "github"
url = "https://git.myco.systems/explore"
weight = 400
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
[[footer]]
name = "Services"
pageRef = "services"
weight = 10
[[footer]]
name = "Showcase"
pageRef = "showcase"
weight = 30