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