2019-05-18 18:00:12 +00:00
|
|
|
# kiln
|
|
|
|
|
2020-09-22 20:42:14 +00:00
|
|
|
A simple static site generator for Gemini.
|
2019-05-18 18:00:12 +00:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- Simple and fast
|
2020-09-22 20:42:14 +00:00
|
|
|
- Gemini support
|
|
|
|
- Go templates
|
2020-09-29 18:20:57 +00:00
|
|
|
- Export to HTML
|
2020-09-29 20:47:17 +00:00
|
|
|
- Generate Atom feeds
|
2019-05-18 18:00:12 +00:00
|
|
|
|
2020-09-22 20:43:33 +00:00
|
|
|
## Installation
|
|
|
|
|
2020-11-02 01:51:43 +00:00
|
|
|
First install Go version 1.15 or later.
|
|
|
|
Then compile:
|
|
|
|
|
|
|
|
$ make
|
|
|
|
# make install
|
2020-09-22 20:43:33 +00:00
|
|
|
|
2019-05-18 18:00:12 +00:00
|
|
|
## Usage
|
|
|
|
|
2020-11-02 01:51:43 +00:00
|
|
|
kiln
|
2019-05-18 18:00:12 +00:00
|
|
|
|
2020-09-30 20:23:37 +00:00
|
|
|
For more information, consult the [wiki](https://man.sr.ht/~adnano/kiln/).
|