2019-05-18 20:00:12 +02:00
|
|
|
# kiln
|
|
|
|
|
2021-04-12 04:36:16 +02:00
|
|
|
A simple static site generator.
|
2019-05-18 20:00:12 +02:00
|
|
|
|
2021-06-26 08:09:15 +02:00
|
|
|
[Tutorial](https://kiln.adnano.co)
|
|
|
|
|
2019-05-18 20:00:12 +02:00
|
|
|
## Features
|
|
|
|
|
2021-04-12 04:36:16 +02:00
|
|
|
- Simple
|
|
|
|
- Extensible
|
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
|
2019-05-18 20:00:12 +02:00
|
|
|
|
2020-09-22 22:43:33 +02:00
|
|
|
## Installation
|
|
|
|
|
2020-11-11 01:34:05 +01:00
|
|
|
First install the dependencies:
|
|
|
|
|
2021-02-28 18:14:23 +01:00
|
|
|
- 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
|
2020-09-22 22:43:33 +02:00
|
|
|
|
2019-05-18 20:00:12 +02:00
|
|
|
## Usage
|
|
|
|
|
2020-11-11 01:34:05 +01:00
|
|
|
See kiln(1)
|
|
|
|
|
2021-06-26 08:09:15 +02:00
|
|
|
For a general introduction, see the [website](https://kiln.adnano.co).
|
|
|
|
|
2020-11-11 01:34:05 +01:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
For end-user discussion and questions, start a thread on [~adnano/kiln-discuss](https://lists.sr.ht/~adnano/kiln-discuss).
|
|
|
|
|
2022-12-03 20:57:13 +01:00
|
|
|
Send patches to [~adnano/kiln-devel](https://lists.sr.ht/~adnano/kiln-devel) with prefix `PATCH kiln`.
|
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).
|