mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-03-16 06:45:14 +00:00
17 lines
313 B
TOML
17 lines
313 B
TOML
baseURL = 'https://publicdomainrecipes.com'
|
|
languageCode = 'en-us'
|
|
title = 'Public Domain Recipes'
|
|
theme = 'lugo'
|
|
|
|
[params]
|
|
favicon = "/favicon.svg"
|
|
stylesheet = "/style.css"
|
|
indexarticles = 50
|
|
taglist = true
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
theme = 'lugo'
|