21 lines
424 B
TOML
21 lines
424 B
TOML
baseURL = 'https://jackanope.hyperling.com'
|
|
languageCode = 'en-us'
|
|
title = 'Jackanope Ungathering'
|
|
|
|
theme = "lugo"
|
|
[params]
|
|
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
|
relatedtext = "Related"
|
|
favicon = "/favicon.ico"
|
|
|
|
#list items
|
|
datesinlist = false
|
|
authorsinlist = false
|
|
|
|
#footer items
|
|
nextprev = false
|
|
taglist = false
|
|
showrss = false
|
|
|
|
custom_css = ["style.css"]
|