summaryrefslogtreecommitdiff
path: root/posts/2022-01-26-haunt-0.2.6-released.md
blob: 5e4678aa71a63a7c51b786648cb0da64a2da2509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: Haunt 0.2.6 released
date: 2022-01-26 8:30:00
tags: haunt, release
summary: Haunt 0.2.6 released
---

Haunt version 0.2.6 has been released.  This release restores
compatibility with Guile < 3.0 that was accidentally broken in 0.2.5.
Additionally, Haunt now uses the inotify API to watch for file changes
on Linux when running `haunt serve --watch`, replacing a slower and
more naive approach.

## About Haunt

Haunt is a static site generator that uses the Guile Scheme as its
configuration language.  It aims to be simple, functional, and
extensible.

Features include:

* Easy blog and Atom/RSS feed generation
* Markdown post support
* Simple development server for viewing edits before publishing
* Purely functional build process
* User extensibility

## Download

Source tarball: [haunt-0.2.6.tar.gz](https://files.dthompson.us/haunt/haunt-0.2.6.tar.gz)

GPG signature: [haunt-0.2.6.tar.gz.asc](https://files.dthompson.us/haunt/haunt-0.2.6.tar.gz.asc)

See the [Haunt project page](/projects/haunt.html) for more
information.

Happy haunting!