1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-11-23 13:02:09 +01:00
A simple static site generator
Go to file
2021-04-20 16:16:12 -04:00
doc Fix build flag parsing 2021-04-20 16:12:52 -04:00
templates
.gitignore
config.go Remove default 'gemini' task 2021-04-20 16:16:12 -04:00
config.toml Add 'kiln new' command 2021-04-20 16:00:39 -04:00
COPYING
dir.go Fix atom feed generation 2021-04-20 14:49:45 -04:00
go.mod
go.sum
main.go Fix build flag parsing 2021-04-20 16:12:52 -04:00
Makefile Bump version to 0.1.0-dev 2021-04-12 00:37:28 -04:00
page.go
README.md Update README.md 2021-04-11 22:36:16 -04:00
templates.go Add 'kiln new' command 2021-04-20 16:00:39 -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.