summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-27Merge branch 'ruud-v-a-patch-1'Jasper Van der Jeugt1-0/+2
2014-08-27Merge branch 'patch-1' of git://github.com/ruud-v-a/hakyll into ruud-v-a-patch-1Jasper Van der Jeugt1-0/+2
Conflicts: web/examples.markdown
2014-08-27Version bump (4.5.4.0)Jasper Van der Jeugt2-1/+7
2014-08-27Bump network dependencyJasper Van der Jeugt1-2/+2
2014-08-25Don't have TagSoup decode any HTML entitiesJasper Van der Jeugt1-1/+10
2014-08-25Merge pull request #284 from rickynils/pandoc-citeproc-0.4Jasper Van der Jeugt2-5/+5
Fix compilation errors with pandoc-citeproc 0.4
2014-08-25Add http://blog.ssanj.net/ to examplesJasper Van der Jeugt1-0/+2
2014-08-21Adjust pandoc-citeproc lower version bound.Rickard Nilsson1-2/+2
Hakyll has been adjusted for API-incompatible change made in pandoc-citeproc 0.4, so can't build with older versions anymore.
2014-08-20Fix compilation errors with pandoc-citeproc 0.4Rickard Nilsson2-5/+5
2014-07-26add ruudvanasseldonk.com to the examplesRuud van Asseldonk1-0/+2
2014-07-08Merge pull request #273 from alemedeiros/masterJasper Van der Jeugt1-0/+2
Add alemedeiros.sdf.org to examples
2014-07-06Add alemedeiros.sdf.org to examplesAlexandre Medeiros1-0/+2
2014-06-26Merge pull request #271 from nagisa/270Jasper Van der Jeugt1-1/+1
Fix build failure introduced by 3ee6f28
2014-06-26Fix build failure introduced by 3ee6f28Simonas Kazlauskas1-1/+1
Fixes #270
2014-06-13Merge pull request #269 from co-dan/demoteheadersJasper Van der Jeugt1-0/+1
Fix #223: `demoteHeaders` should not modify anything in the document, apart from the headers
2014-06-13Merge pull request #268 from nagisa/cabal-initJasper Van der Jeugt1-8/+52
Generate a cabal file for the initialised site
2014-06-13Generate a cabal file for the initialised siteSimonas Kazlauskas1-8/+52
Fixes #267
2014-06-10Add reichertbrothers.com to examplesJasper Van der Jeugt1-0/+2
2014-06-10Merge branch 'master' of github.com:jaspervdj/hakyllJasper Van der Jeugt1-0/+2
Conflicts: web/examples.markdown
2014-06-10Merge branch 'zeckalpha-patch-1'Jasper Van der Jeugt1-0/+2
2014-06-10Merge branch 'patch-1' of git://github.com/zeckalpha/hakyll into ↵Jasper Van der Jeugt1-0/+2
zeckalpha-patch-1
2014-06-10Merge pull request #265 from dsferruzza/add-an-exempleJasper Van der Jeugt1-0/+2
Add ladatura-corsets.com to examples
2014-06-08Add ladatura-corsets.com to examplesDavid Sferruzza1-0/+2
2014-06-06Draft paginationJasper Van der Jeugt3-78/+90
2014-05-28Added my website to the list of examplesKyle Marek-Spartz1-0/+2
I just open sourced my website and so I now qualify to be added to the list.
2014-05-22Merge pull request #260 from trofi/masterJasper Van der Jeugt1-2/+2
hakyll.cabal: allow mtl-2.2
2014-05-21hakyll.cabal: allow mtl-2.2Sergei Trofimovich1-2/+2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2014-05-20Fix issue in paginate dependenciesJasper Van der Jeugt1-3/+3
2014-05-14Merge pull request #258 from kusut/patch-1Jasper Van der Jeugt1-2/+15
Update using-clay-with-hakyll.markdown
2014-05-14Update using-clay-with-hakyll.markdownkusut1-2/+15
add putCss, compact version, and cabal sandbox info
2014-05-14Add listx.github.io to examplesJasper Van der Jeugt1-0/+2
2014-05-14Merge pull request #249 from maseek/patch-1Jasper Van der Jeugt1-0/+2
added site to examples
2014-05-12Version bump (4.5.3.0)Jasper Van der Jeugt2-4/+8
2014-05-12Merge pull request #254 from tarleb/orgJasper Van der Jeugt2-1/+2
Allow Emacs org-mode as markup-language in *.org files
2014-05-12Merge pull request #257 from nagisa/chcp65001Jasper Van der Jeugt1-0/+3
Add note on Windows UTF-8 issue
2014-05-10Add note on Windows UTF-8 issueSimonas Kazlauskas1-0/+3
Fixes #253
2014-05-10Allow Emacs org-mode as markup-language in *.org filesAlbert Krewinkel2-1/+2
This closes #231.
2014-05-09Version bump (4.5.2.0)Jasper Van der Jeugt2-1/+8
2014-05-09Merge pull request #252 from blaenk/mod-timeJasper Van der Jeugt1-4/+3
save modification time with sub-second granularity
2014-05-09Merge branch 'master' of github.com:jaspervdj/hakyllJasper Van der Jeugt5-9/+17
2014-05-09save modification time with sub-second granularityJorge Israel Peña1-4/+3
Some systems can get the file modification time with sub-second granularity. However, Hakyll shaves off the sub-seconds, as defined in the Binary instance of BinaryTime, which poses a problem because when a file is checked to see if it was modified in `resourceModified`, it still contains the sub-seconds. This results in a file (almost) always being considered as having been modified. Example: 1. First go around, modification time is 3:45.325. This time is saved as 3:45.000 (i.e. sub-seconds are shaved off). 2. Second go around, modification time is again read as 3:45.325 and compared against the stored time, 3:45.000. 3:45.325 is more recent than 3:45.000, so the file is considered to have been modified. This change prevents the shaving off of sub-seconds. This will naturally work on systems that don't support sub-second granularity, as that 'field' will simply appear as all zeros. Closes #250
2014-05-04added site to examplesTomas Zemanovic1-0/+2
2014-04-28Merge pull request #247 from blaenk/static-windows-checkJasper Van der Jeugt1-8/+11
Minor refactor of PR #233
2014-04-27Minor refactor of PR #233Jorge Israel Peña1-8/+11
OS won't change mid-execution, so lets avoid the unnecessary check each time `unixFilter` is run.
2014-04-27Merge pull request #246 from duplode/masterJasper Van der Jeugt1-0/+2
Add duplode.github.io to examples.
2014-04-27Add duplode.github.io to examples.Daniel Mlot1-0/+2
2014-04-26Merge pull request #245 from moonlightdrive/masterJasper Van der Jeugt1-1/+1
close a missing p tag
2014-04-25close a missing p tagJyotsna Prakash1-1/+1
2014-04-21Merge pull request #243 from izzycecil/FIX_toSiteRootJasper Van der Jeugt2-0/+3
Fix `toSiteRoot` so that it properly deals with "./"
2014-04-19FIX: `toSiteRoot` no considers "./" to not be relavent.Izzy Cecil1-0/+1