Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-06 | Updated examples.markdown with a link to my site | Dan | 1 | -0/+2 | |
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 | |
2013-04-29 | Merge pull request #138 from christopheryoung/master | Jasper Van der Jeugt | 1 | -3/+12 | |
Documentation tweaks: two small typos and $PATH variable documentation for OS X | |||||
2013-04-29 | Tweak PATH documentation | Christopher Young | 1 | -4/+6 | |
2013-04-29 | Add a link for more help regarding common installation paths for Haskell | Christopher Young | 1 | -1/+4 | |
2013-04-29 | Change tense of verb in documentation | Christopher Young | 1 | -3/+7 | |
2013-04-28 | Update examples with benjeffrey.com's source URL | Ben Jeffrey | 1 | -1/+1 | |
2013-04-28 | Add austinrochford.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-04-27 | Added benjeffrey.com to example sites. | Ben Jeffrey | 1 | -0/+2 | |
2013-04-21 | Add poleiro.info to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-04-13 | Add workforpizza.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-04-04 | Add Simonas Kazlauskas to contributors | Jasper Van der Jeugt | 1 | -0/+1 | |