kiln/config.toml

16 lines
272 B
TOML
Raw Normal View History

2021-05-10 19:15:33 +00:00
title = "Example website"
urls = ["gemini://example.com"]
2021-04-20 20:00:39 +00:00
[feeds]
2021-05-10 15:06:55 +00:00
"/" = "Example feed"
[permalinks]
2021-05-10 15:31:32 +00:00
"/" = '/{{ .Date.Format "2006/01/02" }}/{{ path.Base .Path }}/'
2021-04-20 20:00:39 +00:00
2021-05-10 15:06:55 +00:00
[[tasks]]
2021-05-10 16:23:27 +00:00
input = [".gmi"]
output = ".gmi"
template = ".gmi"
2021-04-20 20:00:39 +00:00
static_dir = "static"
output_dir = "public"