lugo/config.toml

9 lines
171 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]
#relatedtext = "Related:"
favicon = "/favicon.ico"
stylesheet = "/style.css"