summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-04Debug info for Alternative instancesJasper Van der Jeugt8-33/+40
See #126
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-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
2013-03-05Add makePatternDependencyJasper Van der Jeugt2-0/+11
2013-02-26Fix broken test case for #115Jasper Van der Jeugt1-1/+1
2013-02-26Add testcase for #115Jasper Van der Jeugt4-2/+59
2013-02-26Merge pull request #115 from pjones/masterJasper Van der Jeugt1-2/+3
Ignore initial whitespace in a continuation line for a metadata field
2013-02-26Ignore initial whitespace in a continuation line for a metadata fieldPeter Jones1-2/+3
When parsing a metadata field that spans several lines skip over the initial whitespace on each line. This allows alignment of metadata fields: --- description: A long description that would look better if it spanned multiple lines and was indented ---
2013-02-24Merge branch 'dev-metadata-route'Jasper Van der Jeugt5-45/+73
2013-02-24Use smart typography for tutorialsJasper Van der Jeugt1-1/+1
2013-02-24Update example & tutorials with new recentFirstJasper Van der Jeugt3-11/+12
2013-02-23Fix unused imports warningsJasper Van der Jeugt1-3/+1
2013-02-23Merge pull request #112 from simukis/sortingJasper Van der Jeugt2-8/+17
Make chronological and recentFirst to respect metadata