blob: a9a108e0d052346bcd795183136f7b60a77ebd9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
## hakyll-init
`hakyll-init` is a simple executable that can generate a sample site to get
started with. You can find it [here](https://github.com/jaspervdj/hakyll-init).
|