hakyll/src/Hakyll/Core
Samuel Tardieu 543cba90f6 Allow overriding the deploy command with Haskell code
By overriding `deploySite` with a `Configuration -> IO ()` code,
the user can execute Haskell code to deploy the site rather than
shell code.

The default behaviour honors the `deployCommand` configuration
field and is backward compatible.
2013-03-24 21:52:21 +01:00
..
Compiler Fix issue in Compiler Alternative instance 2013-03-24 19:21:33 +01:00
Identifier Haddock fix 2013-01-14 15:11:52 +01:00
Item Add Item abstraction 2012-11-18 21:56:52 +01:00
Provider Fix broken test case for #115 2013-02-26 19:24:54 +01:00
Rules Add a test for compiler/route ordering 2013-02-16 12:59:38 +01:00
Util Ignore files sooner, small speedup 2013-02-06 22:40:18 +01:00
Compiler.hs Merge branch 'master' into dev-metadata-route 2013-02-14 10:08:21 +01:00
Configuration.hs Allow overriding the deploy command with Haskell code 2013-03-24 21:52:21 +01:00
Dependencies.hs Fix dependency issues for tags 2012-11-29 16:22:08 +01:00
File.hs Use resourceFilePath for copyFileCompiler 2013-03-07 18:48:11 +01:00
Identifier.hs A bit of cleanup 2012-11-25 10:45:55 +01:00
Item.hs Foldable/Traversable instance for Item 2012-12-26 15:00:45 +01:00
Logger.hs Draft tool to check internal links 2012-12-29 10:41:05 +01:00
Metadata.hs Add utility getMetadataField 2013-03-07 11:18:34 +01:00
Provider.hs Use resourceFilePath for copyFileCompiler 2013-03-07 18:48:11 +01:00
Routes.hs Add metadataRoute 2013-01-21 22:45:50 +01:00
Rules.hs Add makePatternDependency 2013-03-05 12:51:27 +01:00
Runtime.hs Merge branch 'master' into dev-metadata-route 2013-02-14 10:08:21 +01:00
Store.hs Use mtime instead of hashing files, much faster 2013-02-06 20:50:44 +01:00
UnixFilter.hs Fix unixFilterLBS example to use unixFilterLBS 2013-02-02 19:04:48 +02:00
Writable.hs Add Item abstraction 2012-11-18 21:56:52 +01:00