vulpine.house/config.toml

52 lines
893 B
TOML
Raw Normal View History

2022-11-11 17:41:58 +00:00
baseURL = 'https://vulpine.house'
languageCode = 'en-us'
title = 'The Fridge'
author = 'Síle Ekaterin Liszka'
theme = 'clean'
2022-11-14 05:41:44 +00:00
disableKinds = ['RSS', 'sitemap']
[taxonomies]
tag = 'tags'
2022-11-11 17:41:58 +00:00
[[menu.main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = 1
2022-11-15 21:35:38 +00:00
[[menu.main]]
identifier = 'about'
name = 'About'
url = '/about'
weight = 2
2022-12-15 16:37:01 +00:00
[[menu.main]]
identifier = 'translations'
name = 'Translations'
url = '/translations'
weight = 3
2022-11-14 05:41:44 +00:00
[[menu.main]]
identifier = 'recipes'
name = 'Recipes'
url = '/recipe'
2022-12-15 16:37:01 +00:00
weight = 4
2022-11-14 05:41:44 +00:00
2022-11-11 17:41:58 +00:00
[[menu.main]]
identifier = 'commissions'
name = 'Commissions'
url = 'commissions'
2022-12-15 16:37:01 +00:00
weight = 5
2022-11-11 17:41:58 +00:00
[[menu.main]]
identifier = 'system'
name = 'System Reference'
url = 'system'
2022-12-15 16:37:01 +00:00
weight = 6
2022-11-11 17:41:58 +00:00
[[menu.main]]
2022-11-24 18:47:56 +00:00
identifier = 'links'
name = 'Links'
url = 'links'
2022-12-15 16:37:01 +00:00
weight = 7