lugo/config.toml

18 lines
374 B
TOML
Raw Normal View History

2022-06-28 23:06:38 +00:00
title = "Website Name"
2022-04-14 20:07:48 +00:00
baseURL = 'https://example.org'
languageCode = 'en-us'
2024-04-01 16:27:31 +00:00
enableRobotsTXT = true
2022-04-14 20:07:48 +00:00
2022-06-28 23:06:38 +00:00
[params]
2022-07-11 15:06:43 +00:00
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
2022-11-05 05:20:58 +00:00
relatedtext = "Tags:"
favicon = "favicon.ico"
#list items
datesinlist = true
authorsinlist = true
#footer items
nextprev = true
2022-12-12 05:30:17 +00:00
taglist = true
showrss = true