kiln/config.toml

19 lines
344 B
TOML
Raw Normal View History

2021-05-10 19:15:33 +00:00
title = "Example website"
urls = ["gemini://example.com"]
2021-04-20 20:00:39 +00:00
2021-05-10 15:06:55 +00:00
[permalinks]
2021-05-21 21:08:36 +00:00
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
2021-04-20 20:00:39 +00:00
2021-05-10 15:06:55 +00:00
[[tasks]]
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"