mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-08 10:09:18 +01:00
20 lines
359 B
INI
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"
|