kiln/config.toml

19 lines
336 B
TOML
Raw Normal View History

2021-05-10 19:15:33 +00:00
title = "Example website"
2021-04-20 20:00:39 +00:00
2021-05-10 15:06:55 +00:00
[permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
2021-04-20 20:00:39 +00:00
2021-05-10 15:06:55 +00:00
[[tasks]]
url = "gemini://example.com"
2021-05-10 16:23:27 +00:00
input = [".gmi"]
output = ".gmi"
template = ".gmi"
2021-04-20 20:00:39 +00:00
static_dir = "static"
output_dir = "public"
[[tasks.feeds]]
input_dir = ""
title = "Example feed"
template = "atom.xml"
output = "atom.xml"