projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c2be4
)
site: use tarpitConfiguration
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Mon, 22 Jul 2013 07:53:12 +0000
(10:53 +0300)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Mon, 22 Jul 2013 07:53:12 +0000
(10:53 +0300)
site.hs
patch
|
blob
|
history
diff --git
a/site.hs
b/site.hs
index
fcce36b
..
a251086
100644
(file)
--- 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"