lumbung.space/config.toml

13 lines
252 B
TOML
Raw Normal View History

2021-12-15 10:29:58 +00:00
baseURL = "https://beta.lumbung.space"
languageCode = "en-gb"
2022-01-05 12:58:28 +00:00
title = "lumbung.space"
2021-12-15 10:29:58 +00:00
theme = "lumbung-theme"
2022-01-17 13:52:52 +00:00
pluralizeListTitles = "false"
2022-01-05 12:58:28 +00:00
[params]
2022-01-17 12:09:23 +00:00
logo = "/img/logo.svg"
favicon = "/img/favicon.ico"
2022-01-17 13:30:46 +00:00
[markup.goldmark.renderer]
unsafe = true