Commit graph

1363 commits

Author SHA1 Message Date
Jasper Van der Jeugt
801e07714a Add reichertbrothers.com to examples 2014-06-10 11:13:15 +02:00
Jasper Van der Jeugt
9a97814d36 Merge branch 'master' of github.com:jaspervdj/hakyll
Conflicts:
	web/examples.markdown
2014-06-10 11:11:24 +02:00
Jasper Van der Jeugt
8853b91c91 Merge branch 'zeckalpha-patch-1' 2014-06-10 11:10:20 +02:00
Jasper Van der Jeugt
816263a273 Merge branch 'patch-1' of git://github.com/zeckalpha/hakyll into zeckalpha-patch-1 2014-06-10 11:10:06 +02:00
Jasper Van der Jeugt
3fe8d6551b Merge pull request #265 from dsferruzza/add-an-exemple
Add ladatura-corsets.com to examples
2014-06-10 10:19:21 +02:00
David Sferruzza
bb1920e2e0 Add ladatura-corsets.com to examples 2014-06-08 23:20:33 +02:00
Jasper Van der Jeugt
74daa49cd5 Draft pagination 2014-06-06 13:47:59 +02:00
Kyle Marek-Spartz
3dc5c1fd6a Added my website to the list of examples
I just open sourced my website and so I now qualify to be added to the list.
2014-05-28 12:23:45 -05:00
Jasper Van der Jeugt
69a10204c5 Merge pull request #260 from trofi/master
hakyll.cabal: allow mtl-2.2
2014-05-22 18:02:12 +02:00
Sergei Trofimovich
5d6e31365d hakyll.cabal: allow mtl-2.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2014-05-21 21:04:59 +03:00
Jasper Van der Jeugt
f9a0d37088 Fix issue in paginate dependencies 2014-05-20 09:29:56 +02:00
Jasper Van der Jeugt
f364b1778e Merge pull request #258 from kusut/patch-1
Update using-clay-with-hakyll.markdown
2014-05-14 18:14:31 +02:00
kusut
bd8305aeba Update using-clay-with-hakyll.markdown
add putCss, compact version, and cabal sandbox info
2014-05-14 18:31:41 +07:00
Jasper Van der Jeugt
305e90e346 Add listx.github.io to examples 2014-05-14 11:43:49 +02:00
Jasper Van der Jeugt
5c70eab6bf Merge pull request #249 from maseek/patch-1
added site to examples
2014-05-14 11:41:40 +02:00
Jasper Van der Jeugt
3e3919eece Version bump (4.5.3.0) 2014-05-12 10:58:47 +02:00
Jasper Van der Jeugt
2200516241 Merge pull request #254 from tarleb/org
Allow Emacs org-mode as markup-language in *.org files
2014-05-12 10:54:19 +02:00
Jasper Van der Jeugt
4d2b031ee2 Merge pull request #257 from nagisa/chcp65001
Add note on Windows UTF-8 issue
2014-05-12 10:41:07 +02:00
Simonas Kazlauskas
b452cff01e Add note on Windows UTF-8 issue
Fixes #253
2014-05-10 16:18:12 +03:00
Albert Krewinkel
75b3bc0a16 Allow Emacs org-mode as markup-language in *.org files
This closes #231.
2014-05-10 12:32:34 +02:00
Jasper Van der Jeugt
d89fadcdb9 Version bump (4.5.2.0) 2014-05-09 12:49:10 +02:00
Jasper Van der Jeugt
12dc25de17 Merge pull request #252 from blaenk/mod-time
save modification time with sub-second granularity
2014-05-09 11:51:56 +02:00
Jasper Van der Jeugt
0639a73c24 Merge branch 'master' of github.com:jaspervdj/hakyll 2014-05-09 11:51:12 +02:00
Jorge Israel Peña
d86b4753d4 save modification time with sub-second granularity
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-09 02:11:56 -07:00
Tomas Zemanovic
792cc5966f added site to examples 2014-05-04 20:02:21 +01:00
Jasper Van der Jeugt
43c2aeae54 Merge pull request #247 from blaenk/static-windows-check
Minor refactor of PR #233
2014-04-28 10:42:39 +02:00
Jorge Israel Peña
ca44e643a4 Minor refactor of PR #233
OS won't change mid-execution, so lets avoid the unnecessary
check each time `unixFilter` is run.
2014-04-27 15:55:33 -07:00
Jasper Van der Jeugt
889b9f95ad Merge pull request #246 from duplode/master
Add duplode.github.io to examples.
2014-04-27 15:21:12 +02:00
Daniel Mlot
b7f7b2ea65 Add duplode.github.io to examples. 2014-04-27 03:56:00 -03:00
Jasper Van der Jeugt
bb1700b198 Merge pull request #245 from moonlightdrive/master
close a missing p tag
2014-04-26 17:23:00 +02:00
Jyotsna Prakash
7e7d193722 close a missing p tag 2014-04-25 12:36:13 -07:00
Jasper Van der Jeugt
15a9b90988 Merge pull request #243 from izzycecil/FIX_toSiteRoot
Fix `toSiteRoot` so that it properly deals with "./"
2014-04-21 11:20:56 +02:00
Izzy Cecil
19788ede4e FIX: toSiteRoot no considers "./" to not be relavent. 2014-04-19 17:24:27 -06:00
Izzy Cecil
cc5ea59b8c ADD: Added failing test cases for toSiteRoot. 2014-04-19 17:20:58 -06:00
Jasper Van der Jeugt
8229765cbd Fix tag dependency issue, slightly improve caching 2014-04-11 21:12:01 +02:00
Jasper Van der Jeugt
889e6f59f7 Fix compilation when disabling preview server 2014-04-07 19:49:17 +02:00
Jasper Van der Jeugt
8dcc8f846a Strictify http-conduit dependency 2014-04-06 12:40:33 +02:00
Jasper Van der Jeugt
99e8bda0f4 Merge pull request #239 from emwap/master
Relax upper limit on http-conduit
2014-04-06 12:15:12 +02:00
Anders Persson
053fdcf552 Relax upper limit on http-conduit
Fixes #237.
2014-04-04 17:13:31 +02:00
Jasper Van der Jeugt
e906be0214 Add secure.plaimi.net to examples 2014-04-03 10:47:01 +02:00
Jasper Van der Jeugt
30c20db9ca Add jelv.is to examples 2014-04-03 10:44:05 +02:00
Jasper Van der Jeugt
2de507318f Version bump (4.5.0.1) 2014-04-01 12:07:34 +02:00
Jasper Van der Jeugt
8e6a6b73c1 Merge pull request #235 from dacto/master
Added imports that are missing when compiling under Windows.
2014-04-01 12:05:45 +02:00
Dacto
3bb0919d25 Added imports that are missing when compiling under Windows. 2014-03-31 23:07:40 -07:00
Jasper Van der Jeugt
dc0c47f6df Bump version, update changelog 2014-03-26 12:20:56 +01:00
Jasper Van der Jeugt
32d9f2ec43 Bump various dependencies 2014-03-26 12:14:16 +01:00
Jasper Van der Jeugt
d173de7438 Allow regex-tdfa-1.2
Closes #232
2014-03-26 12:10:28 +01:00
Jasper Van der Jeugt
0b705d7db0 Micro cleanup of pull request #233 2014-03-26 12:09:35 +01:00
Jasper Van der Jeugt
87eafc752f Revert "added gloabl metadata parsing"
This reverts commit e0f45b29b3.

Conflicts:
	src/Hakyll/Core/Provider/Metadata.hs
2014-03-26 12:05:38 +01:00
Jasper Van der Jeugt
157a81b413 Revert "Fix loadGlobalMetadata on Windows"
This reverts commit e71bbd90a8.
2014-03-26 12:05:38 +01:00