51 lines
882 B
TOML
51 lines
882 B
TOML
baseURL = 'https://vulpine.house'
|
|
languageCode = 'en-us'
|
|
title = 'The Fridge'
|
|
author = 'Síle Ekaterin Liszka'
|
|
theme = 'clean'
|
|
disableKinds = ['RSS', 'sitemap']
|
|
[taxonomies]
|
|
tag = 'tags'
|
|
|
|
[[menu.main]]
|
|
identifier = 'home'
|
|
name = 'Home'
|
|
url = '/'
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = 'about'
|
|
name = 'About'
|
|
url = '/about'
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = 'recipes'
|
|
name = 'Recipes'
|
|
url = '/recipe'
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
identifier = 'links'
|
|
name = 'Links'
|
|
url = 'links'
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
identifier = 'commissions'
|
|
name = 'Commissions'
|
|
url = 'commissions'
|
|
weight = 5
|
|
|
|
[[menu.main]]
|
|
identifier = 'system'
|
|
name = 'System Reference'
|
|
url = 'system'
|
|
weight = 6
|
|
|
|
[[menu.main]]
|
|
identifier = 'wishlists'
|
|
name = 'Wishlists'
|
|
url = 'wishlists'
|
|
weight = 7
|