hakyll/README.markdown

18 lines
502 B
Markdown
Raw Normal View History

# Hayll
2009-12-02 12:49:42 +00:00
2009-12-05 11:43:30 +00:00
Hakyll is a simple static site generator library in Haskell. It is mostly
inspired by [Jekyll](http://github.com/mojombo/jekyll), but I like to
believe it is simpler. An example site where it is used is
2009-12-05 11:43:30 +00:00
[my personal homepage](http://jaspervdj.be) of which
[the source code](http://jaspervdj.be/snapshot.tar.gz) is available as a
reference.
## Installation
2009-12-28 17:21:03 +00:00
cabal install hakyll
2009-12-03 18:06:27 +00:00
2009-12-28 17:21:03 +00:00
## Tutorial and information
2009-12-03 18:06:27 +00:00
2009-12-28 17:21:03 +00:00
More information can be found on
[the hakyll homepage](http://jaspervdj.be/hakyll).