website/hugo.toml
2025-03-30 01:14:13 -04:00

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