kiln/config.toml
2021-05-10 11:31:32 -04:00

21 lines
314 B
TOML

# Site title
title = ""
# Site URLs
urls = []
# Site feeds
[feeds]
"/" = "Example feed"
# Site permalinks
[permalinks]
"/" = '/{{ .Date.Format "2006/01/02" }}/{{ path.Base .Path }}/'
# Site tasks
[[tasks]]
input_ext = ".gmi"
output_ext = ".gmi"
template_ext = ".gmi"
static_dir = "static"
output_dir = "public"