kiln/README.md
2020-11-01 20:51:43 -05:00

26 lines
344 B
Markdown

# kiln
A simple static site generator for Gemini.
## Features
- Simple and fast
- Gemini support
- Go templates
- Export to HTML
- Generate Atom feeds
## Installation
First install Go version 1.15 or later.
Then compile:
$ make
# make install
## Usage
kiln
For more information, consult the [wiki](https://man.sr.ht/~adnano/kiln/).