mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 09:23:09 +00:00
17 lines
230 B
TOML
17 lines
230 B
TOML
|
# Site title
|
||
|
title = ""
|
||
|
# Site URLs
|
||
|
urls = []
|
||
|
|
||
|
# Site feeds
|
||
|
[feeds]
|
||
|
# "/blog/" = "Example blog"
|
||
|
|
||
|
# Site tasks
|
||
|
[tasks.gemini]
|
||
|
input_ext = ".gmi"
|
||
|
output_ext = ".gmi"
|
||
|
template_ext = ".gmi"
|
||
|
static_dir = "static"
|
||
|
output_dir = "public"
|