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-05-01 13:56:44 -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
config.go Implement support for partial templates 2021-05-01 13:56:44 -04:00
config.toml
COPYING
dir.go dir: Pass Date to templates 2021-04-26 14:47:45 -04:00
frontmatter_test.go frontmatter: Fix extraction algorithm 2021-04-24 13:24:31 -04:00
frontmatter.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 Write default templates when creating a new site 2021-04-21 14:03:43 -04:00
Makefile Makefile: Add dependency on config.toml and templates 2021-04-20 17:09:24 -04:00
page.go page: Trim newlines after frontmatter 2021-04-26 12:01:46 -04:00
README.md
templates.go Implement support for partial templates 2021-05-01 13:56:44 -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.