diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-04-04 14:39:01 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-04-04 14:39:01 +0200 |
commit | 681d46c8ffd643710bff3dcbba29d2b18d8ed12c (patch) | |
tree | 16045685b942a8c9afa7f164290777e73e215bbb /examples | |
parent | 057b7fa4851591309ed7de11d7d748779444d92b (diff) | |
download | hakyll-681d46c8ffd643710bff3dcbba29d2b18d8ed12c.tar.gz |
Added some links to examples on hakyll homepage.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hakyll/index.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/hakyll/index.markdown b/examples/hakyll/index.markdown index b7ecbe3..5c8f86f 100644 --- a/examples/hakyll/index.markdown +++ b/examples/hakyll/index.markdown @@ -21,6 +21,14 @@ configuration. - An easy templating system. - Hakyll also features a simple http server for previewing your site. +## See some examples + +Some sites written in Hakyll: + +- Public page of [Liam O'Conner](http://liamoc.net/) +- Personal home page and blog of [Chris Done](http://chrisdone.com/) +- Personal home page and blog of [Jasper Van der Jeugt](http://jaspervdj.be/) + ## Getting Started You can get the latest version from hackage using `cabal install hakyll`. I |