hugo-recipes.ullmann.space/config.toml

11 lines
247 B
TOML
Raw Normal View History

2024-06-06 19:42:17 +00:00
baseURL = "https://recipes.maugalaxy.space/"
2022-03-25 20:17:47 +00:00
languageCode = "de-de"
title = "Mein kleines Kochbuch"
2022-03-30 11:23:29 +00:00
theme = "terminal-cookbook"
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark]
[markup.goldmark.renderer]
2024-06-06 19:42:17 +00:00
unsafe = true