summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-22Unified code for global and external metadataAlexey Kreshchuk4-6/+12
Didn't clean up unused code though
2014-01-21set internalRules last, so that it can be overrided by rulesAlexey Kreshchuk1-1/+1
2014-01-21Use only one site on .darkfox.id.au in examplesJasper Van der Jeugt1-2/+0
2014-01-21Merge branch 'patch-1' of git://github.com/james-darkfox/hakyll into ↵Jasper Van der Jeugt1-0/+2
james-darkfox-patch-1
2014-01-21Bump tagsoup dependencyJasper Van der Jeugt1-3/+3
Closes #188
2014-01-19Add IsString instance for TemplateJasper Van der Jeugt6-104/+94
Closes #150
2014-01-19Merge pull request #213 from co-dan/docpatchesJasper Van der Jeugt1-0/+83
Documentation for the template macros
2014-01-19Fix escaped quotes + wordingDaniil Frumin1-3/+3
2014-01-19Documentation for the template macrosDaniil Frumin1-0/+83
2014-01-19Bump text dependencyJasper Van der Jeugt1-3/+3
2014-01-19Merge pull request #212 from gwern/patch-2Jasper Van der Jeugt1-2/+2
Update examples.markdown
2014-01-18Update examples.markdowngwern1-2/+2
updated gwern.net entry after an arduous switch to git and Hakyll-4
2014-01-15Moved blog and changed purpose of rootjames-darkfox1-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-14Merge pull request #207 from co-dan/docpatchesJasper Van der Jeugt1-2/+8
More haddocks for Hakyll.Web.Template.Context
2014-01-12Haddocks for `field`, `constField`, `bodyField`, and `titleField` in ↵Daniil Frumin1-2/+8
Web.Template.Context
2014-01-12Merge pull request #204 from hh-darkfox/patch-1Jasper Van der Jeugt1-1/+1
Updated darkfox.us.to to darkfox.id.au+SSL
2014-01-11Merge pull request #206 from co-dan/docpatchesJasper Van der Jeugt1-0/+25
Added documentation for 'Context' and 'defaultField'
2014-01-11Added documentation for 'Context' and 'defaultField'Daniil Frumin1-0/+25
2014-01-06Merge pull request #205 from co-dan/patch-1Jasper Van der Jeugt1-0/+2
Updated examples.markdown with a link to my site
2014-01-06Updated examples.markdown with a link to my siteDan1-0/+2
2014-01-05Updated darkfox.us.to to darkfox.id.au+SSLhh-darkfox1-1/+1
2014-01-03Merge pull request #202 from adelbertc/fix-syntax-cssJasper Van der Jeugt1-13/+13
Fix issue with syntax highlighting + line nums.
2014-01-03Merge pull request #203 from freizl/masterJasper Van der Jeugt1-0/+2
Add haisheng personal blog
2014-01-03Version bump (4.4.3.0)Jasper Van der Jeugt2-1/+5
2014-01-03Fix issue with metadataRoute for composed routesJasper Van der Jeugt1-5/+13
2014-01-03Add a test for metadataRouteJasper Van der Jeugt2-2/+11
2014-01-02Add haisheng personal blogHaisheng.W.WU1-0/+2
2014-01-01Fix issue with syntax highlighting + line nums.Adelbert Chang1-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-27Add abizern.org to examplesJasper Van der Jeugt1-0/+2
2013-12-27Merge pull request #201 from mihaimaruseac/patch-1Jasper Van der Jeugt1-0/+2
Add http://techblog.rosedu.org to Hakyll Examples
2013-12-27Add http://techblog.rosedu.org to Hakyll ExamplesMihai Maruseac1-0/+2
A technical blog by ROSEdu (Romanian Open Source Education) which was recently moved to Hakyll. Still WIP on some parts.
2013-12-11Merge pull request #200 from bitraten/patch-1Jasper Van der Jeugt1-1/+1
Corrected small typo in migration guide
2013-12-10Corrected small typo in migration guidebitraten1-1/+1
2013-12-05Version bump (4.4.2.0)Jasper Van der Jeugt2-1/+6
2013-12-05Revert "Throw an error in case of duplicate compilers"Jasper Van der Jeugt2-19/+6
This reverts commit ffbce966075d258b16b44e6856333ef41e4487f4.
2013-12-05Bump various versionsJasper Van der Jeugt1-8/+8
2013-11-22Throw an error in case of duplicate compilersJasper Van der Jeugt2-6/+19
2013-11-20Merge pull request #196 from Tordek/masterJasper Van der Jeugt2-4/+4
Fixed unescaped dollar-signs in tutorials template.
2013-11-20Fixed README typoGuillermo O. Freschi1-1/+1
2013-11-20Fixed unescaped dollar-signs in tutorials template.Guillermo O. Freschi1-3/+3
2013-11-18Detect change if metadata file is deletedJasper Van der Jeugt1-1/+3
Closes #191
2013-10-19Bump tagsoupJasper Van der Jeugt1-3/+3
Closes #193
2013-10-18Bump cryptohash dependencyJasper Van der Jeugt1-3/+3
2013-10-18Added test case for global metadataAlexey Kreshchuk7-1/+85
2013-10-16Track metadata dependenciesAlexey Kreshchuk5-14/+45
I had to prepend some Rules to global Rules set. This might be possible to replaced by a correct Store.set call. I also had to prepend some Compile rules.
2013-10-15Fix root directory in directory-wise metadata and beautify codeAlexey Kreshchuk1-20/+14
2013-10-12Fix loadGlobalMetadata on WindowsAlexey Kreshchuk1-4/+4
2013-10-11added gloabl metadata parsingAlexey Kreshchuk1-2/+43
2013-10-07Add web.engr.oregonstate.edu/~walkiner/ exampleJasper Van der Jeugt1-0/+2
2013-09-29Enable Pandoc highlighting by defaultJasper Van der Jeugt3-1/+8