mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 09:23:09 +00:00
Update documentation
This commit is contained in:
parent
4d0c22a521
commit
989789118c
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue