diff --git a/doc/kiln.1.scd b/doc/kiln.1.scd index ecd7131..fd38505 100644 --- a/doc/kiln.1.scd +++ b/doc/kiln.1.scd @@ -10,8 +10,8 @@ _kiln_ [--html] # OPTIONS -\--html - If this flag is present, kiln will output HTML as well as Gemini text. +\--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.