kiln/README.md

26 lines
291 B
Markdown
Raw Normal View History

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
## Installation
```
go install
```
2019-05-18 18:00:12 +00:00
## Usage
```
kiln
```
2020-09-30 20:23:37 +00:00
For more information, consult the [wiki](https://man.sr.ht/~adnano/kiln/).