1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-06 00:26:17 +02:00
kiln/config.toml

20 lines
359 B
INI
Raw Normal View History

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