mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-08 14:19:20 +01:00
Update documentation
This commit is contained in:
parent
20efed1e9a
commit
38439877b9
@ -35,24 +35,18 @@ kiln - a simple static site generator
|
||||
# OVERVIEW
|
||||
|
||||
A kiln site is built in one or more steps called _tasks_.
|
||||
Tasks read content from the content directory, process the content, and write
|
||||
the content to the output directory. Tasks can also be configured to copy static
|
||||
content to the output directory.
|
||||
|
||||
There is only one default task called "gemini" which builds a Gemini site.
|
||||
|
||||
The following directories are used by default:
|
||||
The following directories are common to all tasks:
|
||||
|
||||
|[ *Directory*
|
||||
:[ *Description*
|
||||
| content/
|
||||
: Content directory
|
||||
| static/
|
||||
: Static content directory
|
||||
| templates/
|
||||
: Template directory
|
||||
| public/
|
||||
: Output directory
|
||||
|
||||
Tasks can be configured to use different static content and output directories.
|
||||
The content and template directories are shared between tasks.
|
||||
|
||||
# CONFIGURATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user