diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-28 11:16:36 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-02-28 11:16:36 +0100 |
commit | 0f51cf0b4e8f535fa635f1c5be33287714dc7cb3 (patch) | |
tree | feb4824c77a19052dba48d65dd004c6c9b599fea | |
parent | 0bcd4f82df550e1cc686e450454a0612793d7790 (diff) | |
download | hakyll-0f51cf0b4e8f535fa635f1c5be33287714dc7cb3.tar.gz |
Add note about hakyll3
-rw-r--r-- | examples/hakyll/index.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hakyll/index.markdown b/examples/hakyll/index.markdown index 18c3352..f6e3cd3 100644 --- a/examples/hakyll/index.markdown +++ b/examples/hakyll/index.markdown @@ -2,6 +2,12 @@ title: Home --- +## Hakyll 3 + +Hakyll 3 has been released, and it can be installed by running +`cabal install hakyll`. For a limited time (but as long as is necessary) you can +access the old site and documentation [here](/hakyll2) + ## Overview Hakyll is a [Haskell](http://haskell.org) library for generating static sites, |