summaryrefslogtreecommitdiff
path: root/web/templates/tutorials.html
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
commitedeef66180f24e4254b512041bee617368fa1eba (patch)
treedf2b6c470dba9fda52a0d3b96fd569d2c74b2c48 /web/templates/tutorials.html
parent893b366435739d073d2b6b9cafae868b5d361354 (diff)
downloadhakyll-edeef66180f24e4254b512041bee617368fa1eba.tar.gz
Remove examples from this repo
Diffstat (limited to 'web/templates/tutorials.html')
-rw-r--r--web/templates/tutorials.html14
1 files changed, 14 insertions, 0 deletions
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 @@
+<h2>Tutorials about Hakyll</h2>
+<p>
+ Here is a list of tutorials I've written about Hakyll:
+</p>
+<ul>
+ $body
+</ul>
+<p>
+ 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:
+ <pre><code>ghc-pkg unregister hakyll
+cabal update
+cabal install hakyll</code></pre>
+</p>