vulpine.house/config/_default/menu.toml

55 lines
871 B
TOML
Raw Normal View History

[[main]]
2022-11-11 17:41:58 +00:00
identifier = 'home'
name = 'Home'
url = '/'
weight = 1
2023-11-27 00:37:55 +00:00
[[main]]
identifier = 'blog'
name = 'Blog'
url = 'https://acefox.life'
weight = 2
[[main]]
2022-11-15 21:35:38 +00:00
identifier = 'about'
name = 'About'
url = '/about'
2023-11-27 00:37:55 +00:00
weight = 3
2022-11-15 21:35:38 +00:00
2023-11-26 23:07:27 +00:00
[[main]]
identifier = 'programs'
name = 'Programs'
url = '/programs'
2023-11-27 00:37:55 +00:00
weight = 4
2023-11-26 23:07:27 +00:00
[[main]]
2022-12-15 16:37:01 +00:00
identifier = 'translations'
name = 'Translations'
url = '/translations'
2023-11-27 00:37:55 +00:00
weight = 5
2022-12-15 16:37:01 +00:00
[[main]]
2022-11-14 05:41:44 +00:00
identifier = 'recipes'
name = 'Recipes'
url = '/recipe'
2023-11-27 00:37:55 +00:00
weight = 6
2022-11-14 05:41:44 +00:00
[[main]]
2022-11-11 17:41:58 +00:00
identifier = 'commissions'
name = 'Commissions'
2023-11-26 23:07:27 +00:00
url = '/commissions'
2023-11-27 00:37:55 +00:00
weight = 7
2022-11-11 17:41:58 +00:00
[[main]]
2022-11-11 17:41:58 +00:00
identifier = 'system'
name = 'System Reference'
2023-11-26 23:07:27 +00:00
url = '/system'
2023-11-27 00:37:55 +00:00
weight = 8
2022-11-11 17:41:58 +00:00
[[main]]
2022-11-24 18:47:56 +00:00
identifier = 'links'
name = 'Links'
2023-11-26 23:07:27 +00:00
url = '/links'
2023-11-27 00:37:55 +00:00
weight = 9
2022-12-15 16:37:01 +00:00