diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-09-20 12:54:04 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-09-20 12:54:04 +0200 |
commit | ac10c23008566c0d2d9f5e8d28a0697b7b1fbeed (patch) | |
tree | 7adf144a51131384a4372ebd71d6f95345de9d9e /examples | |
parent | c5c9f26583a4f3941539b884343a25719b9bcd73 (diff) | |
download | hakyll-ac10c23008566c0d2d9f5e8d28a0697b7b1fbeed.tar.gz |
Add Haskell Alphabet and zenzike's blog as example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hakyll/index.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/hakyll/index.markdown b/examples/hakyll/index.markdown index 5c8f86f..0e1e780 100644 --- a/examples/hakyll/index.markdown +++ b/examples/hakyll/index.markdown @@ -25,9 +25,11 @@ configuration. 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/) +- [The Haskell Alphabet](http://www.cis.upenn.edu/~byorgey/haskell-alphabet/) + by Brent Yorgey +- Personal home page and blog of [Nikolas Wu](http://zenzike.com/) ## Getting Started |