diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-11-12 12:45:23 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-11-12 12:45:23 -0500 |
commit | 2faff242ffd4faf7c8c53e4a9317d5d9c930ad09 (patch) | |
tree | 2daee7636b843d6602f77e1cf29b216b0187dfa6 /website/posts/0.2.1-release.md | |
parent | 57743abaecf22cfd4b80320b7fea560b583f316f (diff) |
Remove obsolete website.
The official Haunt page is hosted on my blog now.
Diffstat (limited to 'website/posts/0.2.1-release.md')
-rw-r--r-- | website/posts/0.2.1-release.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/website/posts/0.2.1-release.md b/website/posts/0.2.1-release.md deleted file mode 100644 index 16f85d8..0000000 --- a/website/posts/0.2.1-release.md +++ /dev/null @@ -1,24 +0,0 @@ -title: Haunt 0.2.1 released -date: 2017-01-23 08:00:00 -tags: release -summary: Haunt 0.2.1 released ---- - -I am pleased to announce the release of Haunt version 0.2.1. This -release features a new reader for the -[Markdown](http://commonmark.org/) format via -[guile-commonmark](https://github.com/OrangeShark/guile-commonmark) as -well as small improvements to the Atom feed generator and -documentation. - -The new Commonmark reader can be found in the `(haunt reader -commonmark)` module. - -Thank you to Erik Edrosa, Ludovic Courtès, and Vladimir Zhbanov for -contributing to this release. - -Source tarball: [haunt-0.2.1.tar.gz](https://files.dthompson.us/haunt/haunt-0.2.1.tar.gz.sig) - -GPG signature [haunt-0.2.1.tar.gz.sig](https://files.dthompson.us/haunt/haunt-0.2.1.tar.gz.sig) - -Happy haunting! |