blob: ea89626dfd99ed731b9260b6e9a35e6a6f4969de (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# hakyll
[![Build Status](https://secure.travis-ci.org/jaspervdj/hakyll.png?branch=master)](http://travis-ci.org/jaspervdj/hakyll)
Hakyll is a static site generator library in Haskell. More information
(including and a tutorial) can be found on
[the hakyll homepage](http://jaspervdj.be/hakyll).
You can install this library using cabal:
cabal install hakyll
|