kiln/README.md

36 lines
630 B
Markdown
Raw Normal View History

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