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