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
2020-11-10 19:35:56 -05:00
doc Fix build error 2020-11-10 19:35:56 -05:00
.gitignore Add documentation 2020-11-10 19:34:05 -05:00
go.mod Implement frontmatter and site configuration 2020-11-10 19:33:45 -05:00
go.sum Implement frontmatter and site configuration 2020-11-10 19:33:45 -05:00
html.go Update go-gemini dependency 2020-10-26 15:18:26 -04:00
LICENSE Add LICENSE 2020-09-22 00:02:36 -04:00
main.go Fix build error 2020-11-10 19:35:56 -05:00
Makefile Add documentation 2020-11-10 19:34:05 -05:00
README.md Add documentation 2020-11-10 19:34:05 -05:00
templates.go Implement frontmatter and site configuration 2020-11-10 19:33:45 -05:00

kiln

A simple static site generator for Gemini.

Features

  • Simple and fast
  • Gemini support
  • Go templates
  • Export to HTML
  • Generate Atom feeds

Installation

First install the dependencies:

  • Go 1.15 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.