summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'web/tutorials')
-rw-r--r--web/tutorials/01-installation.markdown2
-rw-r--r--web/tutorials/external-live-reload.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 7bbfc54..b8dff9b 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -38,7 +38,7 @@ The file `site.hs` holds the configuration of your site, as an executable
haskell program. We can compile and run it like this:
$ cd my-site
- $ stack init # Optional, if you haven't used stack before
+ $ stack init # creates stack.yaml file based on my-site.cabal
$ stack build
$ stack exec site build
diff --git a/web/tutorials/external-live-reload.md b/web/tutorials/external-live-reload.md
new file mode 100644
index 0000000..38f1c96
--- /dev/null
+++ b/web/tutorials/external-live-reload.md
@@ -0,0 +1,6 @@
+---
+title: Live Reloading with Hakyll
+author: Ben Kolera
+url: 'http://benkolera.com/posts/2015-09-14-hakyll_livereload.html'
+external: true
+---