mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-08-31 02:18:27 +01:00
20 lines
356 B
TOML
20 lines
356 B
TOML
title = 'Based Cooking'
|
|
baseURL = 'https://based.cooking/'
|
|
locale = 'en-us'
|
|
theme = 'lugo'
|
|
|
|
[params]
|
|
favicon = "/favicon.svg"
|
|
stylesheet = "/style.css"
|
|
indexarticles = 50
|
|
taglist = true
|
|
datesinlist = false
|
|
authorsinlist = false
|
|
nextprev = true
|
|
showrss = true
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|