1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-06-19 22:59:22 +02:00
A simple static site generator
Go to file
adnano 40d0833127 templates/_default/atom.xml: Fix feed URL 2022-02-09 13:31:59 -05:00
docs site: Expose root page to templates 2022-02-09 12:29:41 -05:00
templates/_default templates/_default/atom.xml: Fix feed URL 2022-02-09 13:31:59 -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 Makefile: Adjust man page file permissions 2021-08-25 15:13:21 -04:00
README.md Update README.md 2021-06-26 02:09:15 -04:00
config.toml site: Implement support for task URLs 2021-10-02 19:20:50 -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
funcs.go Use github.com/google/shlex to parse commands 2022-02-09 00:30:45 -05:00
go.mod Use github.com/google/shlex to parse commands 2022-02-09 00:30:45 -05:00
go.sum Use github.com/google/shlex to parse commands 2022-02-09 00:30:45 -05:00
main.go Use io/fs 2022-02-09 13:18:11 -05:00
page.go Use io/fs 2022-02-09 13:18:11 -05:00
site.go Use io/fs 2022-02-09 13:18:11 -05: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.