1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-30 20:06:07 +02:00
A simple static site generator
Go to file
Adnan Maolood fbba43c705 Revert "Use text/template for Atom feed template"
This reverts commit c285fe4ff8.
2021-05-10 00:56:27 -04:00
docs docs: Fix example configuration 2021-04-26 17:50:36 -04:00
templates Write default templates when creating a new site 2021-04-21 14:03:43 -04: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 Makefile: Add dependency on config.toml and templates 2021-04-20 17:09:24 -04:00
README.md Update README.md 2021-04-11 22:36:16 -04:00
config.go Remove redundant function 2021-05-10 00:54:13 -04:00
config.toml Add 'kiln new' command 2021-04-20 16:00:39 -04:00
dir.go Implement support for ugly URLs 2021-05-10 00:44:25 -04:00
frontmatter.go frontmatter: Fix extraction algorithm 2021-04-24 13:24:31 -04:00
frontmatter_test.go frontmatter: Fix extraction algorithm 2021-04-24 13:24:31 -04:00
go.mod Revert "Drop required Go version to 1.15" 2021-04-26 14:55:47 -04:00
go.sum Remove unused dependencies 2021-04-24 14:29:03 -04:00
main.go Remove redundant function 2021-05-10 00:54:13 -04:00
templates.go Revert "Use text/template for Atom feed template" 2021-05-10 00:56:27 -04:00

kiln

A simple static site generator.

Features

  • Simple
  • Extensible
  • Gemini support
  • Atom feeds
  • Go templates

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.