blob: 42cef0d81ce57db514a0c1dbcbf4a0690505231d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Hakyll
Hakyll is a static site generator library in Haskell.
## Installation
cabal install hakyll
## Tutorial and information
More information can be found on
[the hakyll homepage](http://jaspervdj.be/hakyll).
|