1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-04-30 11:25:00 +02:00
A simple static site generator
Go to file
Adnan Maolood df62566bc9 Fix documentation about site URLs 2020-12-21 16:42:11 -05:00
doc Fix documentation about site URLs 2020-12-21 16:42:11 -05:00
example Implement atom feeds 2020-11-22 15:14:50 -05: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
COPYING Use GPLv3 license 2020-11-10 19:39:56 -05:00
Makefile Add support for Gemini feeds 2020-11-20 12:07:38 -05:00
README.md Update README.md 2020-11-27 18:26:36 -05:00
config.go Improve configuration of multiple URLs 2020-12-21 16:41:05 -05:00
dir.go Fix template lookup 2020-11-27 18:49:53 -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 Add support for Gemini feeds 2020-11-20 12:07:38 -05:00
main.go Fix template lookup 2020-11-27 18:49:53 -05:00
page.go Add trailing slash to page paths 2020-11-25 14:31:58 -05:00
templates.go Fix unclosed tags in Atom template 2020-11-27 19:06:38 -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.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.