hakyll/web/templates/tutorials.html
2012-12-14 10:42:30 +01:00

14 lines
373 B
HTML

<h1>Tutorials about Hakyll</h1>
<p>
Here is a list of tutorials I've written about Hakyll:
</p>
<ul>
$tutorials$
</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>