summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Configuration.hs
AgeCommit message (Collapse)AuthorFilesLines
2014-03-24Add flag to bind on selected host.chrisdotcode1-0/+6
2013-08-29add preview port Configuration fieldJorge Israel Peña1-0/+5
Make it possible to specify the default port to listen on when the preview server is run. This is useful if another service on the system already runs on port 8000 (the default), since it's a hassle to keep providing the port overriding option. For example: ./site preview vs. ./site preview -p 4000
2013-06-06teaserContext -> teaserFieldJasper Van der Jeugt1-1/+0
2013-05-22Deploy should propagate error codeSimonas Kazlauskas1-3/+4
And return 1 if neither deployCommand and deploySite is set.
2013-04-03Account for absolute paths in `shouldIgnoreFile`Jasper Van der Jeugt1-12/+26
2013-03-24Allow overriding the `deploy` command with Haskell codeSamuel Tardieu1-0/+13
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-07refactored the Default instance of ConfigurationPiyush P Kurur1-18/+1
2013-03-07fixing the coding stylePiyush P Kurur1-12/+12
2013-03-07added a default instance for ConfigurationPiyush P Kurur1-0/+21
2013-02-06Ignore files sooner, small speedupJasper Van der Jeugt1-1/+1
2013-01-06Add TmpFile utilitiesJasper Van der Jeugt1-0/+4
2012-12-31Remove verbosity from configurationJasper Van der Jeugt1-9/+1
2012-12-31cmdargs isn't pretty but it's the best we have...Jasper Van der Jeugt1-1/+1
2012-12-14Docs on basic rules and routesJasper Van der Jeugt1-4/+4
2012-11-29Improve tag handling a bitJasper Van der Jeugt1-1/+2
2012-11-25A bit of cleanupJasper Van der Jeugt1-5/+7
2012-11-21Don't use a verbose logger when running testsJasper Van der Jeugt1-2/+9
2012-11-21Add a runtime testJasper Van der Jeugt1-0/+4
2012-11-13Work a bit on new runtimeJasper Van der Jeugt1-15/+21
2012-08-13if a filename begins with a hash (#), hakyll should ignore it, too,Mekeor Melire1-2/+5
because emacs names its backup files like #this# (while you're still editing).
2012-05-12OopsJasper Van der Jeugt1-1/+1
2012-05-12Memory optimizationsJasper Van der Jeugt1-0/+4
2011-06-15Add deploy commandJasper Van der Jeugt1-2/+14
2011-05-16Fix issue with ignoreFileJasper Van der Jeugt1-0/+13
2011-02-19Preview/INotify now worksJasper Van der Jeugt1-1/+24
2011-02-03Add a top-level configuration typeJasper Van der Jeugt1-0/+21