diff --git a/docs/kiln.1.scd b/docs/kiln.1.scd index 144e2f8..acaafa2 100644 --- a/docs/kiln.1.scd +++ b/docs/kiln.1.scd @@ -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