summaryrefslogtreecommitdiff
path: root/web/site.hs
diff options
context:
space:
mode:
Diffstat (limited to 'web/site.hs')
-rw-r--r--web/site.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/site.hs b/web/site.hs
index aac6368..79578dd 100644
--- a/web/site.hs
+++ b/web/site.hs
@@ -48,7 +48,7 @@ main = hakyllWith config $ do
>>= relativizeUrls
-- Tutorial list
- match "tutorials.html" $ do
+ create ["tutorials.html"] $ do
route idRoute
compile $ do
tutorials <- loadAll "tutorials/*"
@@ -79,8 +79,7 @@ main = hakyllWith config $ do
--------------------------------------------------------------------------------
config :: Configuration
config = defaultConfiguration
- { verbosity = Debug
- , deployCommand = "rsync --checksum -ave 'ssh -p 2222' \
+ { deployCommand = "rsync --checksum -ave 'ssh -p 2222' \
\_site/* jaspervdj@jaspervdj.be:jaspervdj.be/tmp/hakyll4"
}