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-01 20:51:43 -05:00
.gitignore Add Makefile 2020-11-01 20:51:43 -05:00
go.mod Update go-gemini dependency 2020-11-01 00:54:07 -04:00
go.sum Update go-gemini dependency 2020-11-01 00:54:07 -04: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 Update go-gemini dependency 2020-11-01 00:54:07 -04:00
Makefile Add Makefile 2020-11-01 20:51:43 -05:00
README.md Add Makefile 2020-11-01 20:51:43 -05:00
templates.go Refactor 2020-09-30 21:57:59 -04: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 Go version 1.15 or later. Then compile:

$ make
# make install

Usage

kiln

For more information, consult the wiki.