mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-08 14:19:20 +01:00
7013fe9fb9
Resolves #23
19 lines
336 B
INI
19 lines
336 B
INI
title = "Example website"
|
|
|
|
[permalinks]
|
|
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
|
|
|
|
[[tasks]]
|
|
url = "gemini://example.com"
|
|
input = [".gmi"]
|
|
output = ".gmi"
|
|
template = ".gmi"
|
|
static_dir = "static"
|
|
output_dir = "public"
|
|
|
|
[[tasks.feeds]]
|
|
input_dir = ""
|
|
title = "Example feed"
|
|
template = "atom.xml"
|
|
output = "atom.xml"
|