1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-04-30 11:25:00 +02:00
A simple static site generator
Go to file
Adnan Maolood 7201859dbb docs: Remove unrelated code snippet 2021-06-26 15:10:46 -04:00
docs docs: Remove unrelated code snippet 2021-06-26 15:10:46 -04:00
templates/_default Rename Path fields to Permalink 2021-05-21 17:08:36 -04: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 Add missing DESTDIR in man page installation 2021-06-15 15:55:14 -04:00
README.md Update README.md 2021-06-26 02:09:15 -04:00
config.toml Rename Path fields to Permalink 2021-05-21 17:08:36 -04:00
dir.go funcs: Add exec 2021-05-22 20:41:52 -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 funcs: Add exec 2021-05-22 20:41:52 -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
site.go Support [params] in site config 2021-06-26 02:09:55 -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.

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.