Tweak templates
Add license
Build with latest kiln
Documentation site for kiln, built with kiln itself.
First install the dependencies:
Then build the site:
kiln build
This will output a Gemini site to public/gemini and an HTML site to public/html.
Send patches to ~adnano/kiln-devel.
Use the subject prefix PATCH kiln-docs
to indicate that the patch is for
the documentation site. You can configure the subject prefix like so:
git config format.subjectPrefix "PATCH kiln-docs"