lugo/config.toml

17 lines
354 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'
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.
relatedtext = "Related"
2022-06-28 23:06:38 +00:00
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