mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-12-04 19:08:22 +01:00
16 lines
277 B
INI
16 lines
277 B
INI
title = "Example website"
|
|
urls = ["gemini://example.com"]
|
|
|
|
[feeds]
|
|
"/" = "Example feed"
|
|
|
|
[permalinks]
|
|
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
|
|
|
|
[[tasks]]
|
|
input = [".gmi"]
|
|
output = ".gmi"
|
|
template = ".gmi"
|
|
static_dir = "static"
|
|
output_dir = "public"
|