summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-04Add event filtering based on patternJasper Van der Jeugt5-29/+64
2013-04-04Add Simonas Kazlauskas to contributorsJasper Van der Jeugt1-0/+1
2013-04-04Merge pull request #131 from simukis/fsnotifyJasper Van der Jeugt3-53/+41
Migrate to filesystem notification
2013-04-04Debug info for Alternative instancesJasper Van der Jeugt8-33/+40
See #126
2013-04-03Update patch for 5e4adaecbSimonas Kazlauskas1-9/+6
2013-04-03Merge github.com:jaspervdj/hakyll into fsnotifySimonas Kazlauskas11-43/+86
2013-04-03Add `getResourceFilePath`Jasper Van der Jeugt1-1/+10
See #130
2013-04-03Account for absolute paths in `shouldIgnoreFile`Jasper Van der Jeugt7-30/+47
2013-04-02Add web2day-nantes.org to examplesJasper Van der Jeugt1-0/+2
2013-04-01Fix issue where: hasProtocol "foo" == TrueJasper Van der Jeugt1-1/+5
See #129
2013-04-01Merge pull request #129 from simukis/check-whitelistJasper Van der Jeugt1-4/+12
Properly implement protocol skipping in checker
2013-04-01Properly implement protocol skipping in checkerSimonas Kazlauskas1-4/+12
Network.HTTP can only check if http:// and https:// links resolve, however there is much more scheme names than just `mail:`, `http://` and `https://`. They would be handed off to internal URI checker and would fail.
2013-03-31Refine codeSimonas Kazlauskas2-19/+13
This patch includes several smaller changes, namely: 1. We don't use result of `update` function and likely never will, so don't bother generating it. 2. Rename watch function to better reflect what it does. 3. Never exit preview server in case of failed update.
2013-03-30Prefer relative directories instead of absoluteSimonas Kazlauskas1-14/+12
This allows us to fully utilise shouldIgnoreFile
2013-03-30Use shouldIgnoreFileSimonas Kazlauskas1-8/+6
2013-03-30Run server in main threadSimonas Kazlauskas2-12/+4
2013-03-30Migrating from polling to notification: First shotSimonas Kazlauskas2-35/+44
Using system file notification APIs it is much more efficient than polling files every second.
2013-03-30We'll do it ourselvesJasper Van der Jeugt2-9/+12
2013-03-30Bump bytestring dependency for NFData instanceJasper Van der Jeugt1-2/+2
2013-03-30Add dannysu.com and meta.plasm.us to examplesJasper Van der Jeugt1-0/+4
2013-03-30UnixFilter improvementsJasper Van der Jeugt2-21/+75
Closes #128
2013-03-27Check for mailto: URLsJasper Van der Jeugt1-3/+9
Closes #127
2013-03-26Merge pull request #125 from samueltardieu/deploy-in-haskellJasper Van der Jeugt2-4/+14
Allow overriding the `deploy` command with Haskell code
2013-03-24Allow overriding the `deploy` command with Haskell codeSamuel Tardieu2-4/+14
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-24Fix issue in Compiler Alternative instanceJasper Van der Jeugt3-3/+8
2013-03-16Merge pull request #123 from simukis/utc-updateJasper Van der Jeugt1-13/+25
Support timezones
2013-03-16Merge pull request #122 from simukis/chronological-updateJasper Van der Jeugt1-3/+2
chronological docs update
2013-03-16Support timezones as wellSimonas Kazlauskas1-7/+24
2013-03-16renderDateField does not existSimonas Kazlauskas1-6/+1
2013-03-16`chronological` docs updateSimonas Kazlauskas1-3/+2
`chronological` now respects metadata too and uses same method as dateField to get date for sorting.
2013-03-13Update recentFirst usage in tutorial 5Jasper Van der Jeugt1-2/+3
Closes #120
2013-03-11Merge remote-tracking branch 'piyush-kurur/master'Jasper Van der Jeugt2-0/+6
Conflicts: hakyll.cabal
2013-03-11Add a section on the UTF-8 stuff in the faqJasper Van der Jeugt1-0/+21
2013-03-10Version bump (4.2.1.2)Jasper Van der Jeugt1-1/+1
2013-03-10Merge pull request #118 from bergmark/masterJasper Van der Jeugt1-2/+2
allow pandoc 1.11
2013-03-10allow pandoc 1.11Adam Bergmark1-2/+2
2013-03-09Add missing modules for testsJasper Van der Jeugt1-2/+4
Patch by Sergei Trofimovich
2013-03-09Version bump (4.2.1.1)Jasper Van der Jeugt2-1/+7
2013-03-09Make http-conduit dependency optionalJasper Van der Jeugt2-57/+97
2013-03-07Version bump (4.2.1.0)Jasper Van der Jeugt2-1/+7
2013-03-07Use resourceFilePath for copyFileCompilerJasper Van der Jeugt2-11/+9
Closes #117
2013-03-07Add test case to confirm #117Jasper Van der Jeugt1-0/+11
2013-03-07refactored the Default instance of ConfigurationPiyush P Kurur1-18/+1
2013-03-07fixing the coding stylePiyush P Kurur1-12/+12
2013-03-07fixing the dependency on data.defaultPiyush P Kurur1-1/+2
1. Added it to the dependency of hakyll-tests 2. Bumped the upper bound to < 0.6
2013-03-07Forgot to add date to release infoJasper Van der Jeugt1-0/+2
2013-03-07added a default instance for ConfigurationPiyush P Kurur2-0/+22
2013-03-07Version bump (4.2.0.0)Jasper Van der Jeugt2-7/+40
2013-03-07Add utility getMetadataFieldJasper Van der Jeugt2-2/+24
2013-03-05Add yannesposito.com to examplesJasper Van der Jeugt1-0/+2