summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-03Merge pull request #141 from ian-ross/masterJasper Van der Jeugt1-2/+2
Move example from Hakyll 3 to Hakyll 4
2013-05-03Move www.skybluetrades.net example from Hakyll 3 to Hakyll 4Ian Ross1-2/+2
2013-05-03Close open cache files as soon as possibleJasper Van der Jeugt1-15/+24
See #124
2013-05-03Update test suiteJasper Van der Jeugt2-2/+3
2013-05-03Merge remote-tracking branch 'jeffbr13/patch-1'Jasper Van der Jeugt1-0/+2
Conflicts: web/examples.markdown
2013-05-03More granular dependencies for routesJasper Van der Jeugt3-13/+29
See #121
2013-05-03Add chaoxuprime.com to examplesJasper Van der Jeugt1-0/+2
2013-04-29Merge pull request #139 from regisfoucault/patch-1Jasper Van der Jeugt1-0/+2
Update examples.
2013-04-29Update examples.RĂ©gis Foucault1-0/+2
2013-04-29Merge pull request #138 from christopheryoung/masterJasper Van der Jeugt2-4/+13
Documentation tweaks: two small typos and $PATH variable documentation for OS X
2013-04-29Tweak PATH documentationChristopher Young1-4/+6
2013-04-29Add a link for more help regarding common installation paths for HaskellChristopher Young1-1/+4
2013-04-29Change tense of verb in documentationChristopher Young1-3/+7
2013-04-28Update examples with benjeffrey.com's source URLBen Jeffrey1-1/+1
2013-04-28Add austinrochford.com to examplesJasper Van der Jeugt1-0/+2
2013-04-27Added benjeffrey.com to example sites.Ben Jeffrey1-0/+2
2013-04-24Merge pull request #135 from ixmatus/masterJasper Van der Jeugt1-0/+1
Adding short form date parsing
2013-04-23Adding in the short form date parsingParnell Springmeyer1-0/+1
2013-04-22Micro cleanupJasper Van der Jeugt2-13/+11
2013-04-22Merge pull request #133 from simukis/scheme-relativeJasper Van der Jeugt3-3/+10
Account for scheme-relative URLs
2013-04-21Merge pull request #134 from ian-ross/masterJasper Van der Jeugt2-24/+97
Add "data" as a URL attribute
2013-04-21Fix indentIan Ross1-1/+1
2013-04-21Merge remote-tracking branch 'upstream/master'Ian Ross1-0/+2
2013-04-21Improve tag handling APIIan Ross1-24/+97
Expose function tagsFieldWith and renderTagCloudWith to provide more flexible tag rendering APIs; add tagCloudField and tagCloudFieldWith to provide context-based facility for tag cloud rendering.
2013-04-21Add "data" as a URL attributeIan Ross1-1/+1
2013-04-21Add poleiro.info to examplesJasper Van der Jeugt1-0/+2
2013-04-13Add workforpizza.com to examplesJasper Van der Jeugt1-0/+2
2013-04-12Fix typoChristopher Young1-1/+1
2013-04-08Bump cryptohash test dependency as wellJasper Van der Jeugt1-1/+1
See #132
2013-04-08Merge pull request #132 from qnikst/masterJasper Van der Jeugt1-1/+1
allow using cryptohash-0.9
2013-04-08cryptohash dependency loosenedAlexander Vershilov1-1/+1
2013-04-04Account for scheme-relative URLsSimonas Kazlauskas3-3/+10
http://url.spec.whatwg.org/#concept-scheme-relative-url
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