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-03-19 23:44:02 -04:00
doc config: Rename urls to url 2021-03-19 23:38:10 -04:00
example config: Rename urls to url 2021-03-19 23:38:10 -04:00
templates Fix unclosed tags in Atom template 2020-11-27 19:06:38 -05:00
.gitignore
config.go config: Rename urls to url 2021-03-19 23:38:10 -04:00
COPYING
dir.go Add Format interface 2021-02-27 21:53:16 -05:00
format.go Fix Gemini content output path 2021-03-19 23:44:02 -04:00
go.mod Require Go 1.16 2021-02-27 15:34:52 -05:00
go.sum
html.go html: Make textToHTML accept an io.Reader 2021-02-27 22:02:45 -05:00
main.go Add Format interface 2021-02-27 21:53:16 -05: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 Embed built-in templates with embed.FS 2021-02-27 15:56:23 -05: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.