diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-27 18:52:11 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-27 18:52:11 +0100 |
commit | f9a4b4f6f4b4e5f9b8c0121a4a45529059dae48a (patch) | |
tree | 8869c019b3577baa51fc7d076c4808658b0048d7 /src/Text/Hakyll.hs | |
parent | 592845985828f3ee135c309257e9bbcb305be1fa (diff) | |
download | hakyll-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.hs | 1 |
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. |