summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29Bump binary dependencyJasper Van der Jeugt1-2/+2
2012-10-22Allow date as field for renderDateFieldJasper Van der Jeugt2-8/+16
2012-10-22Bump QuickCheck dependencyJasper Van der Jeugt1-1/+1
2012-10-21Merge pull request #90 from mloskot/yaml-date-fixJasper Van der Jeugt1-0/+1
Allow parsing of relaxed ISO8601 date format in published metadata field
2012-10-22Allow parsing of relaxed ISO8601 date format in published metadata field. ↵Mateusz Loskot1-0/+1
Many of HTML to Markdown converters output non-ISO8601 through YAML emitters. YAML (and other systems) allow the T separator to be replaced by a space for increased readability (see http://sourceforge.net/mailarchive/message.php?msg_id=29987568).
2012-09-27Add http://michaelxavier.net/ to examplesJasper Van der Jeugt1-0/+2
2012-09-24Conditionals in preview serverJasper Van der Jeugt1-0/+9
2012-09-24Conditional getModificationTimeJasper Van der Jeugt1-0/+5
2012-09-24Remove obsolete isObsolete methodJasper Van der Jeugt2-31/+2
2012-09-24Bump unix and snap dependencyJasper Van der Jeugt1-5/+5
2012-09-15Version bump (3.4.2.0)Jasper Van der Jeugt1-6/+6
2012-09-15Merge pull request #86 from qnikst/masterJasper Van der Jeugt1-2/+2
allow hakyll to build against ghc-7.6.1
2012-09-14allow hakyll to build against ghc-7.6.1Alexander Vershilov1-2/+2
2012-09-01Merge pull request #85 from pixeldrama/correct_commentsJasper Van der Jeugt1-2/+2
corrected comments of setExtension
2012-09-01corrected comments of setExtensionBenjamin Weißenfels1-2/+2
2012-08-30Run ./hakyll clean instead of just removing _cacheJasper Van der Jeugt1-3/+6
2012-08-29Merge pull request #84 from Tarrasch/patch-1Jasper Van der Jeugt1-0/+1
Add hint for how to resolve a corrupt cache
2012-08-29Add hint for how to resolve a corrupt cacheArash Rouhani1-0/+1
2012-08-21Merge pull request #83 from J-Hannes/patch-1Jasper Van der Jeugt1-3/+3
Fix some typos
2012-08-21Fix some typosJ-Hannes1-3/+3
2012-08-12Merge pull request #82 from mekeor/masterJasper Van der Jeugt1-2/+5
ignore files beginning with a hash
2012-08-13Merge remote-tracking branch 'upstream/master'Mekeor Melire1-4/+4
2012-08-13if a filename begins with a hash (#), hakyll should ignore it, too,Mekeor Melire1-2/+5
because emacs names its backup files like #this# (while you're still editing).
2012-08-12Small consistency changesJasper Van der Jeugt1-4/+4
2012-08-11Merge pull request #80 from mekeor/masterJasper Van der Jeugt1-1/+8
exporiting more functions
2012-08-11Merge remote-tracking branch 'upstream/master'Mekeor Melire4-14/+14
2012-08-10Add datahackermd.com to examplesJasper Van der Jeugt1-0/+2
2012-08-10Version bump (3.4.1.0)Jasper Van der Jeugt1-1/+1
2012-08-10Remove unused imports in StoreJasper Van der Jeugt1-3/+0
2012-08-10Bump hamlet dependencyJasper Van der Jeugt2-10/+11
Closes #81
2012-08-09I made Hakyll.Web.Tags export both 'getTags' and 'renderTagsFieldWith' in ↵Mekeor Melire1-1/+8
order to be able to customize how tags are read/parsed/rendered &c.
2012-08-08Style nazi strikes!Jasper Van der Jeugt2-9/+12
2012-08-07Merge pull request #77 from A1kmm/masterJasper Van der Jeugt3-16/+30
Make Resource Provider keep list of files in a set, rather than as a list
2012-08-08Use lrucache to limit the in-memory resource cache to the 500 most recentlyAndrew Miller2-13/+21
used items. This stops swap being used on sites where not all the resources will fit in memory, but ensures that frequently used resources like templates stay in the cache. This drastically improves performance in such cases.
2012-08-08Make Resource Provider keep list of files in a set, rather than as a list, andAndrew Miller1-3/+9
use Data.Set.member rather than Prelude.elem to test whether a resource exists. On the site I'm currently working on (where there are ~1000 resources) this makes hakyll about 25% faster.
2012-08-06Merge pull request #76 from sol/masterJasper Van der Jeugt1-2/+0
Update travis-ci config
2012-08-06Update travis-ci configSimon Hengel1-2/+0
2012-08-02Merge pull request #75 from sphynx/masterJasper Van der Jeugt2-4/+9
Added Windows newlines (\r\n) support to the page parser and CSS compressor
2012-08-02Added proper handling of windows newlines during whitespace compression of ↵Ivan N. Veselov1-2/+2
CSS files. Simpified several regexps.
2012-08-02Added support for Windows newlines in pages.Ivan N. Veselov1-2/+7
Otherwise, we are getting the following error message during page reading if some of the pages are prepared in Windows, which is somewhat confusing: hakyll: "page" (line 1, column 4): unexpected "\r" expecting "-", space or new-line
2012-08-02Merge pull request #74 from sphynx/patch-1Jasper Van der Jeugt1-1/+1
Update web/tutorials/faq.markdown
2012-08-02Update web/tutorials/faq.markdownIvan Veselov1-1/+1
Removed extra ">>>" to fix the compilation error.
2012-07-13Version bump (3.4.0.0)Jasper Van der Jeugt1-3/+3
2012-07-13Merge pull request #72 from crodjer/masterJasper Van der Jeugt3-0/+6
A tiny changeset and add my site
2012-07-13Add www.rohanjain.in to example sitesRohan Jain1-0/+2
Signed-off-by: Rohan Jain <crodjer@gmail.com>
2012-07-13Add author email to feedRohan Jain2-0/+4
Signed-off-by: Rohan Jain <crodjer@gmail.com>
2012-06-14Add www.alfredodinapoli.com to examplesJasper Van der Jeugt1-0/+2
2012-06-10Add test for #69, minor editsJasper Van der Jeugt4-10/+14
2012-06-10Merge pull request #69 from favonia/masterJasper Van der Jeugt1-1/+9
Do not escape contents within 'style' tags.
2012-06-10Do not escape contents within 'style' tags.Favonia1-1/+9