summaryrefslogtreecommitdiff
path: root/web/templates/tutorials.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/tutorials.html')
-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: