1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-11-08 10:09:18 +01:00
A simple static site generator
Go to file
2021-04-11 16:00:29 -04:00
doc Rename layouts directory to templates 2021-03-20 02:19:00 -04:00
example config: Rename task to tasks 2021-03-20 23:44:13 -04:00
templates Fix unclosed tags in Atom template 2020-11-27 19:06:38 -05:00
.gitignore Add documentation 2020-11-10 19:34:05 -05:00
config.go config: Create default configuration before parsing 2021-03-20 23:57:18 -04:00
COPYING Use GPLv3 license 2020-11-10 19:39:56 -05:00
dir.go Add initial implementation of build tasks 2021-03-20 23:17:58 -04:00
format.go Add initial implementation of build tasks 2021-03-20 23:17: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
html.go html: Make textToHTML accept an io.Reader 2021-02-27 22:02:45 -05:00
main.go Allow specifying which task to run 2021-04-11 16:00:29 -04:00
Makefile Bump version in Makefile 2021-01-19 18:57:57 -05:00
page.go page: Don't hardcode .gmi file extension 2021-02-27 21:42:37 -05:00
README.md Mention that Go 1.16 is required in README.md 2021-02-28 12:14:23 -05:00
templates.go Add initial implementation of build tasks 2021-03-20 23:17:58 -04:00

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.

Send patches to ~adnano/kiln-devel.

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