mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 01:13:08 +00:00
26 lines
344 B
Markdown
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/).
|