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

16 lines
277 B
INI
Raw Normal View History

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