mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-19 00:52:57 +00:00
38 lines
861 B
TOML
38 lines
861 B
TOML
baseURL = 'https://based.cooking/'
|
|
theme = 'lugo'
|
|
|
|
[params]
|
|
favicon = "/favicon.svg"
|
|
stylesheet = "/style.css"
|
|
indexarticles = 50
|
|
taglist = true
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
defaultContentLanguage = 'en-US'
|
|
defaultContentLanguageInSubdir = true
|
|
[languages]
|
|
[languages.de]
|
|
contentDir = 'content/de'
|
|
disabled = false
|
|
languageCode = 'de-DE'
|
|
languageDirection = 'ltr'
|
|
languageName = 'Deutsch'
|
|
title = 'Freies Kochen'
|
|
weight = 2
|
|
[languages.de.params]
|
|
subtitle = 'Based Cooking in Deutsch'
|
|
[languages.en]
|
|
contentDir = 'content/en-us'
|
|
disabled = false
|
|
languageCode = 'en-US'
|
|
languageDirection = 'ltr'
|
|
languageName = 'English'
|
|
title = 'Based Cooking'
|
|
weight = 1
|
|
[languages.en.params]
|
|
subtitle = 'Based Cooking in english'
|