vulpine.house/config/_default/menu.toml

64 lines
1.0 KiB
TOML

[[main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = 10
[[main]]
identifier = 'blog'
name = 'Blog'
url = 'https://acefox.life'
weight = 20
[[main]]
identifier = 'about'
name = 'About'
url = '/about'
weight = 30
[[main]]
identifier = 'projects'
name = 'Projects'
weight = 40
[[main]]
identifier = 'programs'
name = 'Programs'
url = '/programs'
weight = 41
parent = 'projects'
[[main]]
identifier = 'translations'
name = 'Translations'
url = '/translations'
weight = 42
parent = 'projects'
[[main]]
identifier = 'recipes'
name = 'Recipes'
url = '/recipe'
weight = 43
parent = 'projects'
[[main]]
identifier = 'commissions'
name = 'Commissions'
url = '/commissions'
weight = 44
parent = 'projects'
[[main]]
identifier = 'system'
name = 'System Reference'
url = '/system'
weight = 50
[[main]]
identifier = 'links'
name = 'Links'
url = '/links'
weight = 60