1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-09-19 01:31:36 +02:00
A simple static site generator
Go to file
2021-04-12 11:09:14 -04:00
doc Document tasks 2021-04-12 11:09:14 -04:00
example Update example site configuration 2021-04-11 19:00:42 -04:00
templates Fix unclosed tags in Atom template 2020-11-27 19:06:38 -05:00
.gitignore
config.go Map postprocess command stderr to os.Stderr 2021-04-11 20:18:30 -04:00
COPYING
dir.go Remove unused code 2021-04-12 00:49:58 -04:00
go.mod Update go-gemini dependency 2021-04-11 15:35:26 -04:00
go.sum Update go-gemini dependency 2021-04-11 15:35:26 -04:00
main.go Add -v flag to print version 2021-04-12 00:31:55 -04:00
Makefile Bump version to 0.1.0-dev 2021-04-12 00:37:28 -04:00
page.go page: Don't hardcode .gmi file extension 2021-02-27 21:42:37 -05:00
README.md Update README.md 2021-04-11 22:36:16 -04:00
templates.go Add initial implementation of build tasks 2021-03-20 23:17:58 -04:00

kiln

A simple static site generator.

Features

  • Simple
  • Extensible
  • Gemini support
  • Atom feeds
  • Go templates

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.

Send patches to ~adnano/kiln-devel.

Subscribe to release announcements on ~adnano/kiln-announce.