summaryrefslogtreecommitdiff
path: root/web/templates/tutorials.html
blob: 36c808c0d2387920c7a403e05bf0e11c3d8a5f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>Tutorials about Hakyll</h1>
<h2>Tutorial series</h2>
<ul>$series$</ul>
<h2>Other articles</h2>
<p>In no particular order:</p>
<ul>$articles$</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:
</p>
<pre><code>$$ ghc-pkg unregister hakyll
$$ cabal update
$$ cabal install hakyll</code></pre>