hakyll/README.markdown
Jasper Van der Jeugt 2ba13c9a47 stack install hakyll
2016-03-28 12:18:10 +02:00

15 lines
393 B
Markdown

# hakyll
[![Build Status](https://img.shields.io/travis/jaspervdj/hakyll.svg)](http://travis-ci.org/jaspervdj/hakyll)
Hakyll is a static site generator library in Haskell. More information
(including a tutorial) can be found on
[the hakyll homepage](http://jaspervdj.be/hakyll).
You can install this library using cabal:
cabal install hakyll
Or using stack:
stack install hakyll