Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-04 | Added "teasers" support to be used in posts index. | Ivan N. Veselov | 2 | -1/+33 | |
Just add "<!-- teaser_end -->" to separate the teaser and the rest of the article and use "$teaser$" key in the template! Closes issue #35. | |||||
2013-05-04 | Minor style changes | Jasper Van der Jeugt | 2 | -13/+11 | |
2013-05-04 | Created tests and fixed isMember function | noxx | 1 | -11/+10 | |
2013-05-04 | Added isMember to load function | noxx | 1 | -7/+3 | |
2013-05-04 | Added isMember functions for Store | noxx | 1 | -0/+22 | |
2013-05-04 | Style changes, move stuff to common parser module | Jasper Van der Jeugt | 6 | -49/+82 | |
2013-05-04 | Merge remote-tracking branch 'sphynx/master' | Jasper Van der Jeugt | 4 | -40/+75 | |
2013-05-03 | Removed unnecessary import. | Ivan N. Veselov | 1 | -1/+1 | |
2013-05-03 | Added support for "$if$" statement in templates. | Ivan N. Veselov | 3 | -40/+67 | |
2013-05-03 | Added MonadError's instance for Compiler. | Ivan N. Veselov | 1 | -0/+8 | |
2013-05-03 | Close open cache files as soon as possible | Jasper Van der Jeugt | 1 | -15/+24 | |
See #124 | |||||
2013-05-03 | More granular dependencies for routes | Jasper Van der Jeugt | 3 | -13/+29 | |
See #121 | |||||
2013-04-29 | Merge pull request #138 from christopheryoung/master | Jasper Van der Jeugt | 1 | -1/+1 | |
Documentation tweaks: two small typos and $PATH variable documentation for OS X | |||||
2013-04-23 | Adding in the short form date parsing | Parnell Springmeyer | 1 | -0/+1 | |
2013-04-22 | Micro cleanup | Jasper Van der Jeugt | 2 | -13/+11 | |
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 | |