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
adnano bad156cad3 dir: Avoid looping through all the feeds
Maintain a map of feeds to avoid looping through all the configured
feeds for a task.
2021-09-02 23:41:54 -04:00
docs
templates/_default
.gitignore
config.toml
COPYING
dir.go dir: Avoid looping through all the feeds 2021-09-02 23:41:54 -04:00
frontmatter_test.go
frontmatter.go
funcs.go
go.mod
go.sum
main.go
Makefile
README.md
site.go dir: Avoid looping through all the feeds 2021-09-02 23:41:54 -04:00
templates.go

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.