diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-01-26 08:23:36 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-01-26 08:23:36 -0500 |
commit | a71beee4341b6297bfd6ed0710f5bf9f94896a14 (patch) | |
tree | 601168266e74295e3795c8955198dd9199ff301f /posts | |
parent | 5328cd46d0db93864e109a3f1a8e9ab3c71ca533 (diff) |
Update for Haunt 0.2.6 release.
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2022-01-26-haunt-0.2.6-released.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/posts/2022-01-26-haunt-0.2.6-released.md b/posts/2022-01-26-haunt-0.2.6-released.md new file mode 100644 index 0000000..6001c42 --- /dev/null +++ b/posts/2022-01-26-haunt-0.2.6-released.md @@ -0,0 +1,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! |