diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-11-29 11:50:39 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-11-29 11:50:39 -0500 |
commit | c4b418c2dcfba3c741f67058a51a3e490aa4b297 (patch) | |
tree | fae8baab3425ffadaac0b55d62dc6590189cb7b0 | |
parent | a7abca2a54aa3d0c96783996a087fda7a474d940 (diff) |
Add Haunt 0.2.4 release announcement.
-rw-r--r-- | posts/2018-11-29-haunt-0.2.4-release.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/posts/2018-11-29-haunt-0.2.4-release.md b/posts/2018-11-29-haunt-0.2.4-release.md new file mode 100644 index 0000000..4a28ce8 --- /dev/null +++ b/posts/2018-11-29-haunt-0.2.4-release.md @@ -0,0 +1,32 @@ +title: Haunt 0.2.4 released +date: 2018-11-29 9:00:00 +tags: release +summary: Haunt 0.2.4 released +--- + +Haunt version 0.2.4 has been released. This is a quick bug fix +release, addressing a bug in enclosure support for Atom feeds. See +the [0.2.3 release announcement](/haunt-023-released.html) for more +information. + +## 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.4.tar.gz](https://files.dthompson.us/haunt/haunt-0.2.4.tar.gz) + +GPG signature [haunt-0.2.4.tar.gz.asc](https://files.dthompson.us/haunt/haunt-0.2.4.tar.gz.asc) + +Happy haunting! |