tools: adapt to latest hakyll

This commit is contained in:
Simon Michael 2010-07-07 15:44:59 +00:00
parent a796fe3a89
commit 0276c095ca

View File

@ -56,14 +56,14 @@ pandocwritercfg = defaultWriterOptions {
-- ,writerIdentifierPrefix = "" -- ^ Prefix for section & note ids in HTML -- ,writerIdentifierPrefix = "" -- ^ Prefix for section & note ids in HTML
} }
hakyllcfg = defaultHakyllConfiguration { hakyllcfg = (defaultHakyllConfiguration "http://hledger.org") {
absoluteUrl = "http://hledger.org" -- Absolute URL of the site. -- absoluteUrl = "http://hledger.org" -- Absolute URL of the site.
-- ,additionalContext = Context -- An additional context to use when rendering. This additional context is used globally. -- ,additionalContext = Context -- An additional context to use when rendering. This additional context is used globally.
-- ,siteDirectory = FilePath -- Directory where the site is placed. -- ,siteDirectory = FilePath -- Directory where the site is placed.
-- ,cacheDirectory = FilePath -- Directory for cache files. -- ,cacheDirectory = FilePath -- Directory for cache files.
-- ,enableIndexUrl = Bool -- Enable index links. -- ,enableIndexUrl = Bool -- Enable index links.
-- ,previewPollDelay = Int -- Delay between polls in preview mode. -- ,previewPollDelay = Int -- Delay between polls in preview mode.
,pandocParserState = pandocparsercfg pandocParserState = pandocparsercfg
,pandocWriterOptions = pandocwritercfg ,pandocWriterOptions = pandocwritercfg
} }