1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-09-19 01:31:36 +02:00
kiln/README.md

26 lines
291 B
Markdown
Raw Normal View History

2019-05-18 20:00:12 +02:00
# kiln
2020-09-22 22:42:14 +02:00
A simple static site generator for Gemini.
2019-05-18 20:00:12 +02:00
## Features
- Simple and fast
2020-09-22 22:42:14 +02:00
- Gemini support
- Go templates
2020-09-29 20:20:57 +02:00
- Export to HTML
2020-09-29 22:47:17 +02:00
- Generate Atom feeds
2019-05-18 20:00:12 +02:00
## Installation
```
go install
```
2019-05-18 20:00:12 +02:00
## Usage
```
kiln
```
2020-09-30 22:23:37 +02:00
For more information, consult the [wiki](https://man.sr.ht/~adnano/kiln/).