kiln/config.toml

21 lines
304 B
TOML
Raw Normal View History

2021-04-20 20:00:39 +00:00
# Site title
title = ""
# Site URLs
urls = []
# Site feeds
[feeds]
2021-05-10 15:06:55 +00:00
"/" = "Example feed"
# Site permalinks
[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
# Site tasks
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"