From f93b61b455d11cf37e0fd62cb94c86e797f8730c Mon Sep 17 00:00:00 2001 From: Myles Braithwaite Date: Sun, 30 Nov 2014 18:28:11 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a8534a..4feec69 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ A static web site generator is an application that takes plain text files and co * [DocPad](https://github.com/docpad/docpad) - `#JavaScript` `#CoffeeScript` `#Node.js` * [Flask-Frozen](https://github.com/SimonSapin/Frozen-Flask) - Freezes a Flask application into a set of static files. - `#Python` `#Flask` +* [Hakyll](https://github.com/jaspervdj/hakyll) - Hakyll is a Haskell library for generating static sites, mostly aimed at small-to-medium sites and personal blogs. It is written in a very configurable way and uses an xmonad-like DSL for configuration. - `#Haskell` * [Hugo](https://github.com/spf13/hugo) - It is optimized for speed, easy use and configurability. - `#Go` * [LambdaPad](https://github.com/gar1t/lambdapad) - `#Erlang` * [Metalsmith](https://github.com/segmentio/metalsmith) - An extremely simple, pluggable static site generator. - `#JavaScript` `#Node.js`