summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Collapse)AuthorFilesLines
2014-10-31fixed tick quote on partialTakSuyu1-1/+1
2014-10-30Version bump (4.6.0.0)Jasper Van der Jeugt1-0/+8
2014-10-24Added our user group page.Kyle Marek-Spartz1-0/+2
2014-09-09Version bump (4.5.5.0)Jasper Van der Jeugt1-0/+5
2014-08-27Merge branch 'patch-1' of git://github.com/ruud-v-a/hakyll into ruud-v-a-patch-1Jasper Van der Jeugt1-0/+2
Conflicts: web/examples.markdown
2014-08-27Version bump (4.5.4.0)Jasper Van der Jeugt1-0/+6
2014-08-25Add http://blog.ssanj.net/ to examplesJasper Van der Jeugt1-0/+2
2014-07-26add ruudvanasseldonk.com to the examplesRuud van Asseldonk1-0/+2
2014-07-06Add alemedeiros.sdf.org to examplesAlexandre Medeiros1-0/+2
2014-06-10Add reichertbrothers.com to examplesJasper Van der Jeugt1-0/+2
2014-06-10Merge branch 'master' of github.com:jaspervdj/hakyllJasper Van der Jeugt1-0/+2
Conflicts: web/examples.markdown
2014-06-08Add ladatura-corsets.com to examplesDavid Sferruzza1-0/+2
2014-05-28Added my website to the list of examplesKyle Marek-Spartz1-0/+2
I just open sourced my website and so I now qualify to be added to the list.
2014-05-14Update using-clay-with-hakyll.markdownkusut1-2/+15
add putCss, compact version, and cabal sandbox info
2014-05-14Add listx.github.io to examplesJasper Van der Jeugt1-0/+2
2014-05-14Merge pull request #249 from maseek/patch-1Jasper Van der Jeugt1-0/+2
added site to examples
2014-05-12Version bump (4.5.3.0)Jasper Van der Jeugt1-0/+4
2014-05-10Add note on Windows UTF-8 issueSimonas Kazlauskas1-0/+3
Fixes #253
2014-05-09Version bump (4.5.2.0)Jasper Van der Jeugt1-0/+7
2014-05-04added site to examplesTomas Zemanovic1-0/+2
2014-04-27Add duplode.github.io to examples.Daniel Mlot1-0/+2
2014-04-03Add secure.plaimi.net to examplesJasper Van der Jeugt1-0/+2
2014-04-03Add jelv.is to examplesJasper Van der Jeugt1-0/+2
2014-03-26Bump version, update changelogJasper Van der Jeugt1-0/+16
2014-03-04Mention -threaded option in the tutorialSimonas Kazlauskas1-1/+1
2014-02-25Add http://www.corentindupont.info/ to examplesJasper Van der Jeugt1-0/+2
2014-02-17Add www.rohanjain.in as an example for Hakyll 4Rohan Jain1-2/+2
Highlight: Clean URLs, Sitemaps Signed-off-by: Rohan Jain <crodjer@gmail.com>
2014-01-30Changed command to watch from deprecated previewChristian Baumhof1-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-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-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-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 Jeugt1-0/+4
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-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-10Corrected small typo in migration guidebitraten1-1/+1
2013-12-05Version bump (4.4.2.0)Jasper Van der Jeugt1-0/+5
2013-11-20Fixed unescaped dollar-signs in tutorials template.Guillermo O. Freschi1-3/+3
2013-10-07Add web.engr.oregonstate.edu/~walkiner/ exampleJasper Van der Jeugt1-0/+2
2013-09-29Enable Pandoc highlighting by defaultJasper Van der Jeugt1-0/+4
2013-09-29contributionJasper Van der Jeugt1-1/+1
2013-09-29Bump version (4.4.0.0), update changelogJasper Van der Jeugt1-0/+29
2013-09-29Merge remote-tracking branch 'piyush-kurur/master'Jasper Van der Jeugt1-0/+2
Conflicts: web/examples.markdown