lugo/config.toml
2024-07-10 09:12:15 -06:00

18 lines
374 B
TOML

title = "Website Name"
baseURL = 'https://example.org'
languageCode = 'en_US'
enableRobotsTXT = true
[params]
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
relatedtext = "Tags:"
favicon = "favicon.ico"
#list items
datesinlist = true
authorsinlist = true
#footer items
nextprev = true
taglist = true
showrss = true