29 lines
526 B
TOML
29 lines
526 B
TOML
baseURL = 'https://schizoid.party/'
|
|
languageCode = 'en-us'
|
|
title = 'Schizoid Party'
|
|
theme = 'schizo'
|
|
|
|
#[[cascade]]
|
|
# _build.list = false
|
|
|
|
[params]
|
|
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
|
relatedtext = "Related"
|
|
favicon = "/images/gifs/USflag.gif"
|
|
|
|
#list items
|
|
datesinlist = true
|
|
authorsinlist = true
|
|
|
|
#footer items
|
|
nextprev = true
|
|
taglist = true
|
|
showrss = true
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true # Allow HTML in md files
|
|
|