vulpine.house/config/_default/menu.toml

55 lines
871 B
TOML

[[main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = 1
[[main]]
identifier = 'blog'
name = 'Blog'
url = 'https://acefox.life'
weight = 2
[[main]]
identifier = 'about'
name = 'About'
url = '/about'
weight = 3
[[main]]
identifier = 'programs'
name = 'Programs'
url = '/programs'
weight = 4
[[main]]
identifier = 'translations'
name = 'Translations'
url = '/translations'
weight = 5
[[main]]
identifier = 'recipes'
name = 'Recipes'
url = '/recipe'
weight = 6
[[main]]
identifier = 'commissions'
name = 'Commissions'
url = '/commissions'
weight = 7
[[main]]
identifier = 'system'
name = 'System Reference'
url = '/system'
weight = 8
[[main]]
identifier = 'links'
name = 'Links'
url = '/links'
weight = 9