summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-27 18:52:11 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-27 18:52:11 +0100
commitf9a4b4f6f4b4e5f9b8c0121a4a45529059dae48a (patch)
tree8869c019b3577baa51fc7d076c4808658b0048d7 /src/Text/Hakyll.hs
parent592845985828f3ee135c309257e9bbcb305be1fa (diff)
downloadhakyll-f9a4b4f6f4b4e5f9b8c0121a4a45529059dae48a.tar.gz
Added an option for categories instead/in addition to tags. Experimental.
Diffstat (limited to 'src/Text/Hakyll.hs')
-rw-r--r--src/Text/Hakyll.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Hakyll.hs b/src/Text/Hakyll.hs
index 33b1b57..0157f05 100644
--- a/src/Text/Hakyll.hs
+++ b/src/Text/Hakyll.hs
@@ -19,6 +19,7 @@ defaultHakyllConfiguration = HakyllConfiguration
{ additionalContext = M.empty
, siteDirectory = "_site"
, cacheDirectory = "_cache"
+ , enableCategories = False
}
-- | Hakyll with a default configuration.