Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-23 | Fix unixFilter on Windows | Collin J. Doering | 1 | -2/+6 | |
On windows, the 'unixFilter' function used window's 'createProcess' function to create the external process that will filter some String input. The problem with this is that it is unable to execute batch stubs (eg. anything created using 'gem install ...') even if its in $PATH. Anyways a solution to this issue is to execute the batch file explicitly using 'cmd /c batchfile' but there is no rational way to know where said batchfile is on the system. My solution is to detect windows using the System.Info module and then instead of using 'proc' to create the function, use 'shell' instead which will be able to execute everything 'proc' can + batch files. Inspired by: http://www.blaenkdenum.com/posts/the-switch-to-hakyll/#scss Signed-off-by: Collin J. Doering <rekahsoft@gmail.com> | |||||
2014-03-05 | Merge pull request #230 from nagisa/watch-threading | Jasper Van der Jeugt | 2 | -8/+15 | |
Use OS threads for watch in Windows | |||||
2014-03-04 | Mention -threaded option in the tutorial | Simonas Kazlauskas | 1 | -1/+1 | |
2014-03-04 | Use OS threads for watch on Windows | Simonas Kazlauskas | 1 | -7/+14 | |
2014-02-25 | Add http://www.corentindupont.info/ to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2014-02-24 | Merge pull request #224 from crodjer/example-rohanjain.in | Jasper Van der Jeugt | 1 | -2/+2 | |
Add www.rohanjain.in as an example for Hakyll 4 | |||||
2014-02-17 | Add www.rohanjain.in as an example for Hakyll 4 | Rohan Jain | 1 | -2/+2 | |
Highlight: Clean URLs, Sitemaps Signed-off-by: Rohan Jain <crodjer@gmail.com> | |||||
2014-02-11 | Merge pull request #221 from kosmikus/check-exit-code-fix | Jasper Van der Jeugt | 1 | -1/+1 | |
hakyll check: return exit code of 0 on success | |||||
2014-02-11 | hakyll check: return exit code of 0 on success | Andres Loeh | 1 | -1/+1 | |
The old test returns an exit code of 1 whenever the number of errors is >= 0, which should always be the case. The fix replaces this with a test whether the number of errors is strictly > 0. | |||||
2014-01-30 | Merge pull request #217 from cbcb/master | Jasper Van der Jeugt | 1 | -1/+1 | |
Changed command to watch from deprecated preview | |||||
2014-01-30 | Changed command to watch from deprecated preview | Christian Baumhof | 1 | -1/+1 | |
2014-01-28 | Don't cache pandocCompilerWithTransform, refactor | Jasper Van der Jeugt | 1 | -10/+9 | |
2014-01-28 | Merge pull request #215 from co-dan/pandoc-transf | Jasper Van der Jeugt | 1 | -0/+16 | |
Added the `pandocCompilerWithTransformM` function | |||||
2014-01-26 | Typo in Pandoc.hs | Dan | 1 | -1/+1 | |
2014-01-24 | Added the `pandocCompilerWithTransformM` function | Daniil Frumin | 1 | -0/+16 | |
2014-01-23 | Merge pull request #190 from krsch/master | Jasper Van der Jeugt | 11 | -4/+160 | |
Implemented per-directory metadata support | |||||
2014-01-22 | Unified code for global and external metadata | Alexey Kreshchuk | 4 | -6/+12 | |
Didn't clean up unused code though | |||||
2014-01-21 | set internalRules last, so that it can be overrided by rules | Alexey Kreshchuk | 1 | -1/+1 | |
2014-01-21 | Use only one site on .darkfox.id.au in examples | Jasper Van der Jeugt | 1 | -2/+0 | |
2014-01-21 | Merge branch 'patch-1' of git://github.com/james-darkfox/hakyll into ↵ | Jasper Van der Jeugt | 1 | -0/+2 | |
james-darkfox-patch-1 | |||||
2014-01-21 | Bump tagsoup dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
Closes #188 | |||||
2014-01-19 | Add IsString instance for Template | Jasper Van der Jeugt | 6 | -104/+94 | |
Closes #150 | |||||
2014-01-19 | Merge pull request #213 from co-dan/docpatches | Jasper Van der Jeugt | 1 | -0/+83 | |
Documentation for the template macros | |||||
2014-01-19 | Fix escaped quotes + wording | Daniil Frumin | 1 | -3/+3 | |
2014-01-19 | Documentation for the template macros | Daniil Frumin | 1 | -0/+83 | |
2014-01-19 | Bump text dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
2014-01-19 | Merge pull request #212 from gwern/patch-2 | Jasper Van der Jeugt | 1 | -2/+2 | |
Update examples.markdown | |||||
2014-01-18 | Update examples.markdown | gwern | 1 | -2/+2 | |
updated gwern.net entry after an arduous switch to git and Hakyll-4 | |||||
2014-01-15 | Moved blog and changed purpose of root | james-darkfox | 1 | -0/+2 | |
I have moved the blog to blog.darkfox.id.au, hosting it on github for performance and darkfox.id.au (optionally with ssl), will include a /blog mirror and be more or less a front-page with my links / stats. (Not setup just yet) | |||||
2014-01-14 | Merge pull request #207 from co-dan/docpatches | Jasper Van der Jeugt | 1 | -2/+8 | |
More haddocks for Hakyll.Web.Template.Context | |||||
2014-01-12 | Haddocks for `field`, `constField`, `bodyField`, and `titleField` in ↵ | Daniil Frumin | 1 | -2/+8 | |
Web.Template.Context | |||||
2014-01-12 | Merge pull request #204 from hh-darkfox/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
Updated darkfox.us.to to darkfox.id.au+SSL | |||||
2014-01-11 | Merge pull request #206 from co-dan/docpatches | Jasper Van der Jeugt | 1 | -0/+25 | |
Added documentation for 'Context' and 'defaultField' | |||||
2014-01-11 | Added documentation for 'Context' and 'defaultField' | Daniil Frumin | 1 | -0/+25 | |
2014-01-06 | Merge pull request #205 from co-dan/patch-1 | Jasper Van der Jeugt | 1 | -0/+2 | |
Updated examples.markdown with a link to my site | |||||
2014-01-06 | Updated examples.markdown with a link to my site | Dan | 1 | -0/+2 | |
2014-01-05 | Updated darkfox.us.to to darkfox.id.au+SSL | hh-darkfox | 1 | -1/+1 | |
2014-01-03 | Merge pull request #202 from adelbertc/fix-syntax-css | Jasper Van der Jeugt | 1 | -13/+13 | |
Fix issue with syntax highlighting + line nums. | |||||
2014-01-03 | Merge pull request #203 from freizl/master | Jasper Van der Jeugt | 1 | -0/+2 | |
Add haisheng personal blog | |||||
2014-01-03 | Version bump (4.4.3.0) | Jasper Van der Jeugt | 2 | -1/+5 | |
2014-01-03 | Fix issue with metadataRoute for composed routes | Jasper Van der Jeugt | 1 | -5/+13 | |
2014-01-03 | Add a test for metadataRoute | Jasper Van der Jeugt | 2 | -2/+11 | |
2014-01-02 | Add haisheng personal blog | Haisheng.W.WU | 1 | -0/+2 | |
2014-01-01 | Fix issue with syntax highlighting + line nums. | Adelbert Chang | 1 | -13/+13 | |
Below is the generated HTML for with line numbers and without line numbers, respectively. ```html <!-- Without line numbers --> <pre class="sourceCode scala"> <code class="sourceCode scala"> <span class="kw">trait</span> Monad[M[_]] </code> </pre> <!-- With line numbers --> <table class="sourceCode scala numberLines"> <tr class="sourceCode"> <td class="lineNumbers"> <pre>1</pre> </td> <td class="sourceCode"> <pre> <code class="sourceCode scala"> <span class="kw">trait</span> Monad[M[_]] </code> </pre> </td> </tr> </table> ``` The markdown used is: ``` ~~~~ { .scala } trait Monad[M[_]] ~~~~ ~~~~ { .scala .numberLines} trait Monad[M[_]] ~~~~ ``` Notice that without line numbers the outer `pre` has a `sourceCode` class whereas with line numbers the `sourceCode` class is only put in `code` and table-related tags. In the original `syntax.css` file synax highlighting was only triggered if the `kw` and friends tags were within a `pre.sourceCode` - that means it did not trigger with line numbers. This change removes the requirement for the `pre` prefix so that highlighting is triggered with or without line numbers, so long as the code is within *some* `.sourceCode` tag. | |||||
2013-12-27 | Add abizern.org to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-12-27 | Merge pull request #201 from mihaimaruseac/patch-1 | Jasper Van der Jeugt | 1 | -0/+2 | |
Add http://techblog.rosedu.org to Hakyll Examples | |||||
2013-12-27 | Add http://techblog.rosedu.org to Hakyll Examples | Mihai Maruseac | 1 | -0/+2 | |
A technical blog by ROSEdu (Romanian Open Source Education) which was recently moved to Hakyll. Still WIP on some parts. | |||||
2013-12-11 | Merge pull request #200 from bitraten/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
Corrected small typo in migration guide | |||||
2013-12-10 | Corrected small typo in migration guide | bitraten | 1 | -1/+1 | |
2013-12-05 | Version bump (4.4.2.0) | Jasper Van der Jeugt | 2 | -1/+6 | |