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/tutorial-item.html | 1 - web/templates/tutorials.html | 36 ++++++++++++++++++++++++++++++++++-- 2 files changed, 34 insertions(+), 3 deletions(-) delete mode 100644 web/templates/tutorial-item.html (limited to 'web/templates') diff --git a/web/templates/tutorial-item.html b/web/templates/tutorial-item.html deleted file mode 100644 index e0d7866..0000000 --- a/web/templates/tutorial-item.html +++ /dev/null @@ -1 +0,0 @@ -
  • $title$ by $author$
  • 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