blob: e0a7604917fd84ea205f886b21d1f0d5c2bb86a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# hakyll
![CI](https://github.com/jaspervdj/hakyll/workflows/CI/badge.svg)
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
|