summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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
2013-02-23Fix code styleSimonas Kazlauskas1-4/+6
2013-02-23Generalize getTimeUTC, chronological, recentFirstSimonas Kazlauskas2-6/+8
2013-02-23chronological, recentFirst now respects metadataSimonas Kazlauskas1-5/+10
Solves #111
2013-02-19Move variadic.me to hakyll 4 examplesJasper Van der Jeugt1-2/+2