Files
blog/config.toml
2023-12-19 18:48:26 +01:00

11 lines
190 B
TOML

baseURL = 'http://example.org/'
languageCode = 'en-us'
title = "Storm's Blog"
theme = 'xmin'
[menu]
main = [{ name = "Home", url = "/", weight = 1 }]
[params]
footer = "© Storm 2023"