From edeef66180f24e4254b512041bee617368fa1eba Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 13 Jun 2011 08:43:28 +0200 Subject: Remove examples from this repo --- web/templates/tutorials.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 web/templates/tutorials.html (limited to 'web/templates/tutorials.html') diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html new file mode 100644 index 0000000..6cbb4ac --- /dev/null +++ b/web/templates/tutorials.html @@ -0,0 +1,14 @@ +

Tutorials about Hakyll

+

+ Here is a list of tutorials I've written about Hakyll: +

+ +

+ All these tutorials assume you are using the latest stable version of + Hakyll. If this is not the case, you might want to update using: +

ghc-pkg unregister hakyll
+cabal update
+cabal install hakyll
+

-- cgit v1.2.3