summaryrefslogtreecommitdiff
path: root/web/templates
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-01-27 16:54:56 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-01-27 16:54:56 +0100
commit24387d0d93bf29751076cf2f1be8c5a07aee41a9 (patch)
tree2d171648db290d0feebd3d8d067d6f571c18cc28 /web/templates
parentd832cd80ddf43872532db8943f310eed4edb7fe5 (diff)
downloadhakyll-24387d0d93bf29751076cf2f1be8c5a07aee41a9.tar.gz
Add Robert Pearce's tutorials
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/tutorials.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html
index 9650897..cc5fb09 100644
--- a/web/templates/tutorials.html
+++ b/web/templates/tutorials.html
@@ -30,6 +30,18 @@
</li>
$endfor$
</ul>
+<h2 id="robertwpearce">Robert Pearce's series</h2>
+<p>
+ <a href="https://robertwpearce.com/">Robert Pearce</a> has been writing an
+ excellent tutorial-style series on Hakyll as well. You can find those here:
+</p>
+<ul>
+ $for(robertwpearce)$
+ <li>
+ <a href="$url$">$title$</a>
+ </li>
+ $endfor$
+</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: