vulpine.house/config.toml

37 lines
683 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-12 08:22:59 +00:00
disableKinds = ['taxonomy', 'term', 'RSS', 'sitemap']
2022-11-11 17:41:58 +00:00
[[menu.main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = 1
[[menu.main]]
identifier = 'links'
name = 'Links'
url = 'links'
weight = 2
[[menu.main]]
identifier = 'commissions'
name = 'Commissions'
url = 'commissions'
weight = 3
[[menu.main]]
identifier = 'system'
name = 'System Reference'
url = 'system'
weight = 4
[[menu.main]]
identifier = 'wishlists'
name = 'Wishlists'
url = 'wishlists'
weight = 5