personal-website/hugo/recipe/config.toml

14 lines
214 B
TOML
Raw Normal View History

2022-06-29 23:14:28 +00:00
baseURL = 'https://ilia.moe/cool-stuff/recipes'
languageCode = 'en-us'
title = 'Recipes'
2023-07-19 19:39:25 +00:00
theme = 'waltuh-hugo-theme'
2022-06-29 23:14:28 +00:00
[taxonomies]
tag = 'tags'
2023-07-20 23:27:57 +00:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true