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-21 17:34:28 -04:00
docs docs: Document page fields 2021-05-21 17:31:32 -04:00
templates/_default Rename Path fields to Permalink 2021-05-21 17:08:36 -04:00
.gitignore
config.toml Rename Path fields to Permalink 2021-05-21 17:08:36 -04:00
COPYING
dir.go Rename Path fields to Permalink 2021-05-21 17:08:36 -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
funcs.go Add dir and page functions and fix partial function 2021-05-14 00:17:10 -04:00
go.mod Use other toml library 2021-05-10 12:16:19 -04:00
go.sum Use other toml library 2021-05-10 12:16:19 -04:00
main.go Rename Path fields to Permalink 2021-05-21 17:08:36 -04:00
Makefile Bump version to 0.2.0 2021-05-21 17:34:28 -04:00
README.md
site.go Add dir and page functions and fix partial function 2021-05-14 00:17:10 -04:00
templates.go Add dir and page functions and fix partial function 2021-05-14 00:17:10 -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.