mirror of
https://git.sr.ht/~adnano/kiln
synced 2025-01-17 21:17:14 +00:00
docs: Fix example configuration
This commit is contained in:
parent
5be791ba7b
commit
ff1e4eb29d
|
@ -222,8 +222,8 @@ command to convert Gemini text to HTML.
|
||||||
|
|
||||||
# Export an HTML version of the site
|
# Export an HTML version of the site
|
||||||
[tasks.exporthtml]
|
[tasks.exporthtml]
|
||||||
input_ext = ".html"
|
input_ext = ".gmi"
|
||||||
output_ext = ".gmi"
|
output_ext = ".html"
|
||||||
template_ext = ".gmi"
|
template_ext = ".gmi"
|
||||||
postprocess = "gmnitohtml"
|
postprocess = "gmnitohtml"
|
||||||
static_dir = "static"
|
static_dir = "static"
|
||||||
|
|
Loading…
Reference in a new issue