1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-23 21:26:04 +02:00
A simple static site generator
Go to file
Adnan Maolood 92463aff4f Remove site title from default page template 2020-11-24 20:09:55 -05:00
doc Add note about Go templates 2020-11-24 20:02:42 -05:00
example Implement atom feeds 2020-11-22 15:14:50 -05:00
templates Remove site title from default page template 2020-11-24 20:09:55 -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 Add support for Gemini feeds 2020-11-20 12:07:38 -05:00
config.go Implement atom feeds 2020-11-22 15:14:50 -05:00
dir.go Implement atom feeds 2020-11-22 15:14:50 -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 Add support for Gemini feeds 2020-11-20 12:07:38 -05:00
page.go Add support for Gemini feeds 2020-11-20 12:07:38 -05:00
templates.go Remove site title from default page template 2020-11-24 20:09:55 -05:00

kiln

A simple static site generator for Gemini sites.

Features

  • Simple and fast
  • Gemini support
  • Generate Gemini feeds
  • Go templates
  • Output 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.