From: Lucian Mogosanu Date: Mon, 22 Jul 2013 07:53:12 +0000 (+0300) Subject: site: use tarpitConfiguration X-Git-Tag: v0.1~12 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=e6470a6e973c535091c22d679e377e6d8201cfa5;p=thetarpit.git site: use tarpitConfiguration --- diff --git a/site.hs b/site.hs index fcce36b..a251086 100644 --- a/site.hs +++ b/site.hs @@ -5,7 +5,7 @@ import Hakyll.Core.Configuration -- wrapping it up main :: IO () -main = hakyll $ do +main = hakyllWith tarpitConfiguration $ do -- tags tags <- buildTags "posts/*" $ fromCapture "tags/*.html"