Update documentation

This commit is contained in:
adnano 2021-02-28 12:17:10 -05:00
parent 1843d0279b
commit 59dd1796a0

View file

@ -10,8 +10,8 @@ _kiln_ [--html]
# OPTIONS
\--html
If this flag is present, kiln will output HTML as well as Gemini text.
\--format <format>
Specifies the output format to use. Supported formats include gemini and html. Defaults to "gemini".
# SITE STRUCTURE
@ -19,14 +19,12 @@ A kiln site is structured in the following way:
[[ *Directory*
:[ *Description*
| src/
| content/
: Site source
| templates/
| layouts/
: Site templates
| dst/
| public/
: Site destination
| html/
: Site HTML destination
All files in the source directory will be copied to the destination directory.
If the file is a Gemini file, it will be passed through a template and the result will be written to the destination directory.