lugo/config.toml
Oliver Atkinson 29cc2b40f9 enable robots
2024-04-01 10:27:31 -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