diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-03-01 14:48:11 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-03-01 14:48:11 +0100 |
commit | 8b727b994d482d593046f9b01a5c40b97c166d62 (patch) | |
tree | c536765feaf5955e089e256e8055a604371b8421 | |
parent | 589146cf0eacef6af2cd260fdbb0ef4037300f1e (diff) | |
download | hakyll-8b727b994d482d593046f9b01a5c40b97c166d62.tar.gz |
Clean README
-rw-r--r-- | README.markdown | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index e74f452..42cef0d 100644 --- a/README.markdown +++ b/README.markdown @@ -1,11 +1,6 @@ # Hakyll -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://github.com/jaspervdj/jaspervdj) is available here on -github as well, as a reference. +Hakyll is a static site generator library in Haskell. ## Installation |