Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 533 Bytes

README.markdown

File metadata and controls

17 lines (12 loc) · 533 Bytes

Hakyll

Hakyll is a simple static site generator library in Haskell. It is mostly inspired by Jekyll, but I like to believe it is simpler. An example site where it is used is my personal homepage of which the source code is available here on github as well, as a reference.

Installation

cabal install hakyll

Tutorial and information

More information can be found on the hakyll homepage.