From bb3f0d3cff573fe20df41b715b787e77d6bc9b40 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 30 Mar 2016 21:32:12 +0200 Subject: Add external articles --- web/templates/tutorials.html | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'web/templates/tutorials.html') diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html index 36c808c..6bd8351 100644 --- a/web/templates/tutorials.html +++ b/web/templates/tutorials.html @@ -1,9 +1,36 @@

Tutorials about Hakyll

Tutorial series

- +

Other articles

In no particular order:

- + +

External articles

+

In no particular order:

+

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: @@ -11,3 +38,8 @@

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

+ Or using stack: +

+
$$ stack install hakyll
-- cgit v1.2.3