mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 09:23:09 +00:00
26 lines
291 B
Markdown
26 lines
291 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
|
|
|
|
```
|
|
go install
|
|
```
|
|
|
|
## Usage
|
|
|
|
```
|
|
kiln
|
|
```
|
|
|
|
For more information, consult the [wiki](https://man.sr.ht/~adnano/kiln/).
|