1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-04-24 09:15:04 +02:00
kiln/config.toml
2022-10-01 15:25:13 -04:00

20 lines
359 B
INI

title = "Example website"
[[tasks]]
name = "Gemini"
url = "gemini://example.com"
input = [".gmi"]
output = ".gmi"
template = ".gmi"
static_dir = "static"
output_dir = "public"
[tasks.permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
[[tasks.feeds]]
input_dir = "."
title = "Example feed"
template = "atom.xml"
output = "atom.xml"