vulpine.house/config/_default/menu.toml

64 lines
1.0 KiB
TOML
Raw Normal View History

[[main]]
2022-11-11 17:41:58 +00:00
identifier = 'home'
name = 'Home'
url = '/'
2024-06-10 15:24:15 +00:00
weight = 10
2022-11-11 17:41:58 +00:00
2023-11-27 00:37:55 +00:00
[[main]]
identifier = 'blog'
name = 'Blog'
url = 'https://acefox.life'
2024-06-10 15:24:15 +00:00
weight = 20
2023-11-27 00:37:55 +00:00
[[main]]
2022-11-15 21:35:38 +00:00
identifier = 'about'
name = 'About'
url = '/about'
2024-06-10 15:24:15 +00:00
weight = 30
[[main]]
identifier = 'projects'
name = 'Projects'
weight = 40
2022-11-15 21:35:38 +00:00
2023-11-26 23:07:27 +00:00
[[main]]
identifier = 'programs'
name = 'Programs'
url = '/programs'
2024-06-10 15:24:15 +00:00
weight = 41
parent = 'projects'
2023-11-26 23:07:27 +00:00
[[main]]
2022-12-15 16:37:01 +00:00
identifier = 'translations'
name = 'Translations'
url = '/translations'
2024-06-10 15:24:15 +00:00
weight = 42
parent = 'projects'
2022-12-15 16:37:01 +00:00
[[main]]
2022-11-14 05:41:44 +00:00
identifier = 'recipes'
name = 'Recipes'
url = '/recipe'
2024-06-10 15:24:15 +00:00
weight = 43
parent = 'projects'
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'
2024-06-10 15:24:15 +00:00
weight = 44
parent = 'projects'
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'
2024-06-10 15:24:15 +00:00
weight = 50
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'
2024-06-10 15:24:15 +00:00
weight = 60
2022-12-15 16:37:01 +00:00