1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-22 07:56:05 +02:00
kiln/README.md

36 lines
630 B
Markdown
Raw Normal View History

2019-05-18 20:00:12 +02:00
# kiln
2020-11-20 18:07:38 +01:00
A simple static site generator for Gemini sites.
2019-05-18 20:00:12 +02:00
## Features
- Simple and fast
2020-09-22 22:42:14 +02:00
- Gemini support
2020-11-28 00:26:36 +01:00
- Atom feeds
2020-09-22 22:42:14 +02:00
- Go templates
2020-11-28 00:26:36 +01:00
- Optionally export to HTML
2019-05-18 20:00:12 +02:00
## Installation
2020-11-11 01:34:05 +01:00
First install the dependencies:
- Go 1.16 or later
2020-11-11 01:34:05 +01:00
- scdoc
2020-11-02 02:51:43 +01:00
Then compile:
$ make
# make install
2019-05-18 20:00:12 +02:00
## Usage
2020-11-11 01:34:05 +01:00
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).
2019-05-18 20:00:12 +02:00
2020-11-11 01:34:05 +01:00
Subscribe to release announcements on [~adnano/kiln-announce](https://lists.sr.ht/~adnano/kiln-announce).