Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-30 | Prefer relative directories instead of absolute | Simonas Kazlauskas | 1 | -14/+12 | |
This allows us to fully utilise shouldIgnoreFile | |||||
2013-03-30 | Use shouldIgnoreFile | Simonas Kazlauskas | 1 | -8/+6 | |
2013-03-30 | Run server in main thread | Simonas Kazlauskas | 2 | -12/+4 | |
2013-03-30 | Migrating from polling to notification: First shot | Simonas Kazlauskas | 2 | -35/+44 | |
Using system file notification APIs it is much more efficient than polling files every second. | |||||
2013-03-30 | We'll do it ourselves | Jasper Van der Jeugt | 2 | -9/+12 | |
2013-03-30 | Bump bytestring dependency for NFData instance | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-03-30 | Add dannysu.com and meta.plasm.us to examples | Jasper Van der Jeugt | 1 | -0/+4 | |
2013-03-30 | UnixFilter improvements | Jasper Van der Jeugt | 2 | -21/+75 | |
Closes #128 | |||||
2013-03-27 | Check for mailto: URLs | Jasper Van der Jeugt | 1 | -3/+9 | |
Closes #127 | |||||
2013-03-26 | Merge pull request #125 from samueltardieu/deploy-in-haskell | Jasper Van der Jeugt | 2 | -4/+14 | |
Allow overriding the `deploy` command with Haskell code | |||||
2013-03-24 | Allow overriding the `deploy` command with Haskell code | Samuel Tardieu | 2 | -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-24 | Fix issue in Compiler Alternative instance | Jasper Van der Jeugt | 3 | -3/+8 | |
2013-03-16 | Merge pull request #123 from simukis/utc-update | Jasper Van der Jeugt | 1 | -13/+25 | |
Support timezones | |||||
2013-03-16 | Merge pull request #122 from simukis/chronological-update | Jasper Van der Jeugt | 1 | -3/+2 | |
chronological docs update | |||||
2013-03-16 | Support timezones as well | Simonas Kazlauskas | 1 | -7/+24 | |
2013-03-16 | renderDateField does not exist | Simonas Kazlauskas | 1 | -6/+1 | |
2013-03-16 | `chronological` docs update | Simonas Kazlauskas | 1 | -3/+2 | |
`chronological` now respects metadata too and uses same method as dateField to get date for sorting. | |||||
2013-03-13 | Update recentFirst usage in tutorial 5 | Jasper Van der Jeugt | 1 | -2/+3 | |
Closes #120 | |||||
2013-03-11 | Merge remote-tracking branch 'piyush-kurur/master' | Jasper Van der Jeugt | 2 | -0/+6 | |
Conflicts: hakyll.cabal | |||||
2013-03-11 | Add a section on the UTF-8 stuff in the faq | Jasper Van der Jeugt | 1 | -0/+21 | |
2013-03-10 | Version bump (4.2.1.2) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-03-10 | Merge pull request #118 from bergmark/master | Jasper Van der Jeugt | 1 | -2/+2 | |
allow pandoc 1.11 | |||||
2013-03-10 | allow pandoc 1.11 | Adam Bergmark | 1 | -2/+2 | |
2013-03-09 | Add missing modules for tests | Jasper Van der Jeugt | 1 | -2/+4 | |
Patch by Sergei Trofimovich | |||||
2013-03-09 | Version bump (4.2.1.1) | Jasper Van der Jeugt | 2 | -1/+7 | |
2013-03-09 | Make http-conduit dependency optional | Jasper Van der Jeugt | 2 | -57/+97 | |
2013-03-07 | Version bump (4.2.1.0) | Jasper Van der Jeugt | 2 | -1/+7 | |
2013-03-07 | Use resourceFilePath for copyFileCompiler | Jasper Van der Jeugt | 2 | -11/+9 | |
Closes #117 | |||||
2013-03-07 | Add test case to confirm #117 | Jasper Van der Jeugt | 1 | -0/+11 | |
2013-03-07 | refactored the Default instance of Configuration | Piyush P Kurur | 1 | -18/+1 | |
2013-03-07 | fixing the coding style | Piyush P Kurur | 1 | -12/+12 | |
2013-03-07 | fixing the dependency on data.default | Piyush P Kurur | 1 | -1/+2 | |
1. Added it to the dependency of hakyll-tests 2. Bumped the upper bound to < 0.6 | |||||
2013-03-07 | Forgot to add date to release info | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-03-07 | added a default instance for Configuration | Piyush P Kurur | 2 | -0/+22 | |
2013-03-07 | Version bump (4.2.0.0) | Jasper Van der Jeugt | 2 | -7/+40 | |
2013-03-07 | Add utility getMetadataField | Jasper Van der Jeugt | 2 | -2/+24 | |
2013-03-05 | Add yannesposito.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-03-05 | Add makePatternDependency | Jasper Van der Jeugt | 2 | -0/+11 | |
2013-02-26 | Fix broken test case for #115 | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-02-26 | Add testcase for #115 | Jasper Van der Jeugt | 4 | -2/+59 | |
2013-02-26 | Merge pull request #115 from pjones/master | Jasper Van der Jeugt | 1 | -2/+3 | |
Ignore initial whitespace in a continuation line for a metadata field | |||||
2013-02-26 | Ignore initial whitespace in a continuation line for a metadata field | Peter Jones | 1 | -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-24 | Merge branch 'dev-metadata-route' | Jasper Van der Jeugt | 5 | -45/+73 | |
2013-02-24 | Use smart typography for tutorials | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-02-24 | Update example & tutorials with new recentFirst | Jasper Van der Jeugt | 3 | -11/+12 | |
2013-02-23 | Fix unused imports warnings | Jasper Van der Jeugt | 1 | -3/+1 | |
2013-02-23 | Merge pull request #112 from simukis/sorting | Jasper Van der Jeugt | 2 | -8/+17 | |
Make chronological and recentFirst to respect metadata | |||||
2013-02-23 | Fix code style | Simonas Kazlauskas | 1 | -4/+6 | |
2013-02-23 | Generalize getTimeUTC, chronological, recentFirst | Simonas Kazlauskas | 2 | -6/+8 | |
2013-02-23 | chronological, recentFirst now respects metadata | Simonas Kazlauskas | 1 | -5/+10 | |
Solves #111 |