Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2013-12-05 | Revert "Throw an error in case of duplicate compilers" | Jasper Van der Jeugt | 2 | -19/+6 | |
This reverts commit ffbce966075d258b16b44e6856333ef41e4487f4. | |||||
2013-12-05 | Bump various versions | Jasper Van der Jeugt | 1 | -8/+8 | |
2013-11-22 | Throw an error in case of duplicate compilers | Jasper Van der Jeugt | 2 | -6/+19 | |
2013-11-20 | Merge pull request #196 from Tordek/master | Jasper Van der Jeugt | 2 | -4/+4 | |
Fixed unescaped dollar-signs in tutorials template. | |||||
2013-11-20 | Fixed README typo | Guillermo O. Freschi | 1 | -1/+1 | |
2013-11-20 | Fixed unescaped dollar-signs in tutorials template. | Guillermo O. Freschi | 1 | -3/+3 | |
2013-11-18 | Detect change if metadata file is deleted | Jasper Van der Jeugt | 1 | -1/+3 | |
Closes #191 | |||||
2013-10-19 | Bump tagsoup | Jasper Van der Jeugt | 1 | -3/+3 | |
Closes #193 | |||||
2013-10-18 | Bump cryptohash dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
2013-10-07 | Add web.engr.oregonstate.edu/~walkiner/ example | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-09-29 | Enable Pandoc highlighting by default | Jasper Van der Jeugt | 3 | -1/+8 | |
2013-09-29 | contribution | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-09-29 | Bump version (4.4.0.0), update changelog | Jasper Van der Jeugt | 2 | -1/+30 | |
2013-09-29 | Merge remote-tracking branch 'piyush-kurur/master' | Jasper Van der Jeugt | 1 | -0/+2 | |
Conflicts: web/examples.markdown | |||||
2013-09-28 | added piyush's homepage to examples | Piyush P Kurur | 1 | -0/+2 | |
2013-09-26 | Add dikmax.name to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-09-18 | Restrict pandoc version a bit more | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-09-18 | updated to work with pandoc 1.12 | Jorge Israel Peña | 2 | -65/+62 | |
Pandoc 1.12 decouples citeproc-hs from itself, so there is no longer a Text.Pandoc.Biblio module in Pandoc. Further, citeproc-hs depends on pandoc-types 1.10 but Pandoc 1.12 depends on pandoc-types 1.12. To alleviate these issues, pandoc-citeproc was created which includes a copy of the citeproc-hs source made to be compatible, since the developer of citeproc-hs is apparently MIA. pandoc-citeproc is a separate module that handles the mixture of citeproc-hs and Pandoc. It includes `processCites` in Text.CSL.Pandoc, which is the new name of what used to be `processBiblio` from Text.Pandoc.Biblio Most of these changes are seamless, consisting of simple name changes in both functions and modules. However, a more direct change in the Hakyll API itself is that `readPandocBiblio`'s second parameter, the CSL, is now mandatory, i.e. not of type Maybe. This is to reflect the same change in the underlying processing function from Text.CSL.Pandoc, `processCites`, where the Style argument is now mandatory, and the style is derived from the CSL. See the old function: processBiblio :: Maybe Style -> [Reference] -> Pandoc -> Pandoc Compared to the new one: processCites :: Style -> [Reference] -> Pandoc -> Pandoc Sources: * http://hackage.haskell.org/packages/archive/pandoc/1.11.1/doc/html/Text-Pandoc-Biblio.html * http://hackage.haskell.org/packages/archive/pandoc-citeproc/0.1/doc/html/Text-CSL-Pandoc.html Similarly, there is no longer a `readerReferences` field in the reader options structure. | |||||
2013-09-17 | Merge pull request #181 from clinty/cryptohash0.10 | Jasper Van der Jeugt | 1 | -2/+2 | |
Build with cryptohash 0.10. |