Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-04 | Mention -threaded option in the tutorial | Simonas Kazlauskas | 1 | -1/+1 | |
2014-02-25 | Add http://www.corentindupont.info/ to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
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-01-30 | Changed command to watch from deprecated preview | Christian Baumhof | 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-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-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-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 | 1 | -0/+4 | |
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 | 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-10 | Corrected small typo in migration guide | bitraten | 1 | -1/+1 | |
2013-12-05 | Version bump (4.4.2.0) | Jasper Van der Jeugt | 1 | -0/+5 | |
2013-11-20 | Fixed unescaped dollar-signs in tutorials template. | Guillermo O. Freschi | 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 | 1 | -0/+4 | |
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 | 1 | -0/+29 | |
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-08-19 | Update examples.markdown: gwern.net repo home | gwern | 1 | -1/+1 | |
I've ceased hosting the repo myself since it has grown to 1.6GB, and instead put it on Patch-tag.com, so the command is no longer correct. | |||||
2013-08-13 | Add eanalytica.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-08-02 | Added scr.stunts.hu to the example sites. | Daniel Mlot | 1 | -0/+2 | |
2013-07-16 | Add nickcharlton.net to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-06-18 | Add darkfox.us.to to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-06-17 | Add xinitrc.de to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-06-17 | Version bump (4.3.1.0) | Jasper Van der Jeugt | 1 | -0/+6 | |
2013-06-17 | Update teaser tutorial | Jasper Van der Jeugt | 1 | -0/+13 | |
2013-06-12 | All ready for the 4.3 release! | Jasper Van der Jeugt | 2 | -14/+139 | |
2013-06-08 | add blaenkdenum.com to examples | Jorge Israel Peña | 1 | -0/+2 | |
2013-06-06 | teaserContext -> teaserField | Jasper Van der Jeugt | 1 | -3/+3 | |
2013-06-04 | Clarify ./site rebuild a bit | Jasper Van der Jeugt | 1 | -2/+6 | |
See #160 | |||||
2013-06-04 | Fix link to list module | Jasper Van der Jeugt | 1 | -1/+1 | |
See #159 | |||||
2013-06-04 | The File util module is not internal | Jasper Van der Jeugt | 1 | -4/+0 | |
See #159 | |||||
2013-05-31 | Update examples.markdown | Régis Foucault | 1 | -1/+1 | |
2013-05-26 | Update examples.markdown | Régis Foucault | 1 | -0/+2 | |
2013-05-14 | adding chromatic leaves to hakyll 4 examples | Eric Rasmussen | 1 | -0/+2 | |
2013-05-04 | Added a tutorial on using teasers functionality. | Ivan N. Veselov | 1 | -0/+95 | |
2013-05-03 | Move www.skybluetrades.net example from Hakyll 3 to Hakyll 4 | Ian Ross | 1 | -2/+2 | |
2013-05-03 | Merge remote-tracking branch 'jeffbr13/patch-1' | Jasper Van der Jeugt | 1 | -0/+2 | |
Conflicts: web/examples.markdown | |||||
2013-05-03 | Add chaoxuprime.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-04-29 | Update examples. | Régis Foucault | 1 | -0/+2 | |