mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 09:23:09 +00:00
36 lines
630 B
Markdown
36 lines
630 B
Markdown
# kiln
|
|
|
|
A simple static site generator for Gemini sites.
|
|
|
|
## Features
|
|
|
|
- Simple and fast
|
|
- Gemini support
|
|
- Atom feeds
|
|
- Go templates
|
|
- Optionally export to HTML
|
|
|
|
## Installation
|
|
|
|
First install the dependencies:
|
|
|
|
- Go 1.16 or later
|
|
- scdoc
|
|
|
|
Then compile:
|
|
|
|
$ make
|
|
# make install
|
|
|
|
## Usage
|
|
|
|
See kiln(1)
|
|
|
|
## Contributing
|
|
|
|
For end-user discussion and questions, start a thread on [~adnano/kiln-discuss](https://lists.sr.ht/~adnano/kiln-discuss).
|
|
|
|
Send patches to [~adnano/kiln-devel](https://lists.sr.ht/~adnano/kiln-devel).
|
|
|
|
Subscribe to release announcements on [~adnano/kiln-announce](https://lists.sr.ht/~adnano/kiln-announce).
|