Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-22 | Merge pull request #133 from simukis/scheme-relative | Jasper Van der Jeugt | 2 | -3/+9 | |
Account for scheme-relative URLs | |||||
2013-04-21 | Fix indent | Ian Ross | 1 | -1/+1 | |
2013-04-21 | Improve tag handling API | Ian Ross | 1 | -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-21 | Add "data" as a URL attribute | Ian Ross | 1 | -1/+1 | |
2013-04-12 | Fix typo | Christopher Young | 1 | -1/+1 | |
2013-04-04 | Account for scheme-relative URLs | Simonas Kazlauskas | 2 | -3/+9 | |
http://url.spec.whatwg.org/#concept-scheme-relative-url | |||||
2013-04-04 | Add event filtering based on pattern | Jasper Van der Jeugt | 4 | -24/+59 | |
2013-04-04 | Merge pull request #131 from simukis/fsnotify | Jasper Van der Jeugt | 2 | -50/+34 | |
Migrate to filesystem notification | |||||
2013-04-04 | Debug info for Alternative instances | Jasper Van der Jeugt | 6 | -30/+36 | |
See #126 | |||||
2013-04-03 | Update patch for 5e4adaecb | Simonas Kazlauskas | 1 | -9/+6 | |
2013-04-03 | Merge github.com:jaspervdj/hakyll into fsnotify | Simonas Kazlauskas | 8 | -40/+81 | |
2013-04-03 | Add `getResourceFilePath` | Jasper Van der Jeugt | 1 | -1/+10 | |
See #130 | |||||
2013-04-03 | Account for absolute paths in `shouldIgnoreFile` | Jasper Van der Jeugt | 6 | -29/+46 | |
2013-04-01 | Fix issue where: hasProtocol "foo" == True | Jasper Van der Jeugt | 1 | -1/+5 | |
See #129 | |||||
2013-04-01 | Properly implement protocol skipping in checker | Simonas Kazlauskas | 1 | -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-31 | Refine code | Simonas Kazlauskas | 2 | -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-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 | 1 | -32/+37 | |
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 | 1 | -7/+10 | |
2013-03-30 | UnixFilter improvements | Jasper Van der Jeugt | 1 | -20/+57 | |
Closes #128 | |||||
2013-03-27 | Check for mailto: URLs | Jasper Van der Jeugt | 1 | -3/+9 | |
Closes #127 | |||||
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 | 1 | -2/+3 | |
2013-03-16 | Merge pull request #123 from simukis/utc-update | Jasper Van der Jeugt | 1 | -13/+25 | |
Support timezones | |||||
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-11 | Merge remote-tracking branch 'piyush-kurur/master' | Jasper Van der Jeugt | 1 | -0/+4 | |
Conflicts: hakyll.cabal | |||||
2013-03-09 | Make http-conduit dependency optional | Jasper Van der Jeugt | 1 | -10/+27 | |
2013-03-07 | Use resourceFilePath for copyFileCompiler | Jasper Van der Jeugt | 2 | -11/+9 | |
Closes #117 | |||||
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 | added a default instance for Configuration | Piyush P Kurur | 1 | -0/+21 | |
2013-03-07 | Add utility getMetadataField | Jasper Van der Jeugt | 2 | -2/+24 | |
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 | 2 | -2/+4 | |
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 | 3 | -25/+45 | |
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 | |||||
2013-02-19 | Send user agent in ./site check | Jasper Van der Jeugt | 1 | -3/+12 | |
Closes #110 | |||||
2013-02-16 | Merge branch 'master' into dev-metadata-route | Jasper Van der Jeugt | 1 | -16/+8 | |
Conflicts: tests/Hakyll/Core/Rules/Tests.hs | |||||
2013-02-16 | Add a test for compiler/route ordering | Jasper Van der Jeugt | 1 | -16/+8 | |
2013-02-14 | Merge branch 'master' into dev-metadata-route | Jasper Van der Jeugt | 17 | -205/+228 | |