summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-01-22 23:49:56 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2017-01-22 23:49:56 +0100
commit5390e1d6fcbd093b873837d8dfdcf075e90b9a18 (patch)
treeac0d03aa3d71dff490b5bdc3831123b03bb175f4 /README.markdown
parent10472ac86cd409990fe22697e550a75204139bb4 (diff)
downloadhakyll-5390e1d6fcbd093b873837d8dfdcf075e90b9a18.tar.gz
Add note about hakyll-init in README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 1c1d108..a9a108e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -13,3 +13,8 @@ You can install this library using cabal:
Or using stack:
stack install hakyll
+
+## hakyll-init
+
+`hakyll-init` is a simple executable that can generate a sample site to get
+started with. You can find it [here](https://github.com/jaspervdj/hakyll-init).