1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-04 15:06:04 +02:00
kiln/README.md
2022-12-04 10:48:41 -05:00

40 lines
722 B
Markdown

# kiln
A simple static site generator.
[Tutorial](https://kiln.adnano.co)
## Features
- Simple
- Extensible
- Gemini support
- Atom feeds
- Go templates
## Installation
First install the dependencies:
- Go 1.16 or later
- scdoc
Then compile:
$ make
# make install
## Usage
See kiln(1)
For a general introduction, see the [website](https://kiln.adnano.co).
## Contributing
For end-user discussion and questions, start a thread on [~adnano/kiln-discuss](https://lists.sr.ht/~adnano/kiln-discuss).
Send patches to [~adnano/kiln-devel](https://lists.sr.ht/~adnano/kiln-devel) with prefix `PATCH kiln`.
Subscribe to release announcements on [~adnano/kiln-announce](https://lists.sr.ht/~adnano/kiln-announce).