diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2009-12-05 12:43:30 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2009-12-05 12:43:30 +0100 |
commit | 55e54845a70f246f29d665ac84fe8f64369355f3 (patch) | |
tree | 93bb78ea1493493bb7de90ad07f78f4984d028a8 | |
parent | 08b2fe3eb44e1afc45e11cc76819ca62ba331baf (diff) | |
download | hakyll-55e54845a70f246f29d665ac84fe8f64369355f3.tar.gz |
Minor readme/cabal fixes.
-rw-r--r-- | README.markdown | 13 | ||||
-rw-r--r-- | hakyll.cabal | 6 |
2 files changed, 13 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index d1df2ef..4bc1401 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,15 @@ # Hakyll -Hakyll is a simple static site generator in Haskell. It is mostly inspired by -[Jekyll](http://github.com/mojombo/jekyll), but I like to believe it is -simpler. +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 +[my personal homepage](http://jaspervdj.be) of which +[the source code](http://jaspervdj.be/snapshot.tar.gz) is available as a +reference. + +## Installation + + cabal install hakyll ## Configuration diff --git a/hakyll.cabal b/hakyll.cabal index 2810446..e85bc5d 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,10 +1,10 @@ Name: hackyll Version: 0.1 -Synopsis: A simple static site generator. +Synopsis: A simple static site generator library. Description: - A simple static site generator, mainly aimed at creating - blogs. + A simple static site generator library , mainly aimed at + creating blogs. Author: Jasper Van der Jeugt Maintainer: jaspervdj@gmail.com License: BSD3 |