summaryrefslogtreecommitdiff
path: root/README.markdown
blob: f87022617799863de7fbddfc79449456046cb36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# hakyll

[![Build Status](https://img.shields.io/circleci/project/github/jaspervdj/hakyll.svg)](https://circleci.com/gh/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