summaryrefslogtreecommitdiff
path: root/web/templates/tutorials.html
blob: 6cbb4acfd34141e9ff6fc0ee32b4028d4f6cfe81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>