kiln/config.toml

20 lines
359 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
[[tasks]]
name = "Gemini"
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"
2022-10-01 19:22:00 +00:00
[tasks.permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
[[tasks.feeds]]
2022-02-10 00:10:50 +00:00
input_dir = "."
title = "Example feed"
template = "atom.xml"
output = "atom.xml"