~adnano/kiln-docs

kiln documentation site
Tweak templates
Build with latest kiln

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~adnano/kiln-docs
read/write
git@git.sr.ht:~adnano/kiln-docs

You can also use your local clone with git send-email.

#kiln-docs

Documentation site for kiln, built with kiln itself.

#Building

First install the dependencies:

  • kiln
  • gmnitohtml

Then build the site:

kiln build

This will output a Gemini site to public/gemini and an HTML site to public/html.

#Contributing

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"