1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-09-16 19:21:35 +02:00
A simple static site generator
Go to file
2022-09-24 11:13:33 -04:00
docs Remove version command 2022-07-06 08:59:49 -04:00
templates/_default templates/_default/atom.xml: Add required links 2022-09-24 11:09:04 -04:00
.gitignore
config.toml config.toml: Update input_dir 2022-02-09 19:10:50 -05:00
COPYING
frontmatter_test.go frontmatter: Allow CRLF line endings 2022-06-14 17:42:23 -04:00
frontmatter.go frontmatter: Allow CRLF line endings 2022-06-14 17:42:23 -04:00
funcs.go funcs.go: Add mathematical functions 2022-07-04 13:16:24 -04:00
go.mod
go.sum
main.go Display detailed error message on static build failure 2022-09-24 11:13:33 -04:00
Makefile Makefile: make POSIX-compliant 2022-07-06 09:18:16 -04:00
page.go page: Add GetPage function 2022-06-27 14:15:10 -04:00
README.md
site.go page: Add GetPage function 2022-06-27 14:15:10 -04:00
templates.go Use io/fs 2022-02-09 13:18:11 -05:00

kiln

A simple static site generator.

Tutorial

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)

For a general introduction, see the website.

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.