Commit graph

156 commits

Author SHA1 Message Date
gwern
4b4d6bbee1 Update examples.markdown
updated gwern.net entry after an arduous switch to git and Hakyll-4
2014-01-18 15:48:13 -05:00
Jasper Van der Jeugt
1b1694d4bd Merge pull request #204 from hh-darkfox/patch-1
Updated darkfox.us.to to darkfox.id.au+SSL
2014-01-12 02:10:20 -08:00
Dan
835f80e0df Updated examples.markdown with a link to my site 2014-01-06 22:16:51 +03:00
hh-darkfox
9619c6f308 Updated darkfox.us.to to darkfox.id.au+SSL 2014-01-05 16:38:57 +11:00
Jasper Van der Jeugt
8321a2a259 Merge pull request #202 from adelbertc/fix-syntax-css
Fix issue with syntax highlighting + line nums.
2014-01-03 07:57:32 -08:00
Jasper Van der Jeugt
b7e4225e41 Merge pull request #203 from freizl/master
Add haisheng personal blog
2014-01-03 07:55:55 -08:00
Jasper Van der Jeugt
0c43160316 Version bump (4.4.3.0) 2014-01-03 16:41:54 +01:00
Haisheng.W.WU
90c97db043 Add haisheng personal blog 2014-01-02 19:26:49 +08:00
Adelbert Chang
22434b5a69 Fix issue with syntax highlighting + line nums.
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.
2014-01-01 17:22:57 -08:00
Jasper Van der Jeugt
6ba9099225 Add abizern.org to examples 2013-12-27 16:42:09 +01:00
Mihai Maruseac
864eab3ab9 Add http://techblog.rosedu.org to Hakyll Examples
A technical blog by ROSEdu (Romanian Open Source Education) which was recently moved to Hakyll. Still WIP on some parts.
2013-12-27 09:54:45 -05:00
bitraten
1aba59c3fb Corrected small typo in migration guide 2013-12-10 22:03:58 +01:00
Jasper Van der Jeugt
a4b10ef7c3 Version bump (4.4.2.0) 2013-12-05 12:30:10 +01:00
Guillermo O. Freschi
c6050ff231 Fixed unescaped dollar-signs in tutorials template. 2013-11-20 07:11:00 -03:00
Jasper Van der Jeugt
7edbcd6216 Add web.engr.oregonstate.edu/~walkiner/ example 2013-10-07 19:34:14 +02:00
Jasper Van der Jeugt
808353bce4 Enable Pandoc highlighting by default 2013-09-29 17:52:58 +02:00
Jasper Van der Jeugt
364aa7bedc contribution 2013-09-29 15:53:46 +02:00
Jasper Van der Jeugt
cd5c78c4d6 Bump version (4.4.0.0), update changelog 2013-09-29 15:09:45 +02:00
Jasper Van der Jeugt
4948b56452 Merge remote-tracking branch 'piyush-kurur/master'
Conflicts:
	web/examples.markdown
2013-09-29 14:51:50 +02:00
Piyush P Kurur
48c579fd24 added piyush's homepage to examples 2013-09-28 10:15:28 +05:30
Jasper Van der Jeugt
5e2ec54b1b Add dikmax.name to examples 2013-09-26 01:00:33 +02:00
gwern
16488d648c Update examples.markdown: gwern.net repo home
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-19 14:35:30 -04:00
Jasper Van der Jeugt
0b111066b0 Add eanalytica.com to examples 2013-08-13 00:58:20 +02:00
Daniel Mlot
98dea4c06c Added scr.stunts.hu to the example sites. 2013-08-02 02:12:52 -03:00
Jasper Van der Jeugt
a31a7bd738 Add nickcharlton.net to examples 2013-07-16 11:56:04 +02:00
Jasper Van der Jeugt
06cfafbf0d Add darkfox.us.to to examples 2013-06-18 12:17:57 +02:00
Jasper Van der Jeugt
920ddbb389 Add xinitrc.de to examples 2013-06-17 13:36:17 +02:00
Jasper Van der Jeugt
3ceaaf9430 Version bump (4.3.1.0) 2013-06-17 12:06:12 +02:00
Jasper Van der Jeugt
c4e6b7fd8d Update teaser tutorial 2013-06-17 12:03:52 +02:00
Jasper Van der Jeugt
a591b1622f All ready for the 4.3 release! 2013-06-12 12:15:53 +02:00
Jorge Israel Peña
7ea50da884 add blaenkdenum.com to examples 2013-06-08 20:38:47 -07:00
Jasper Van der Jeugt
e687662ba0 teaserContext -> teaserField 2013-06-06 10:21:18 +02:00
Jasper Van der Jeugt
569c6e035a Clarify ./site rebuild a bit
See #160
2013-06-04 10:10:34 +02:00
Jasper Van der Jeugt
7588d48618 Fix link to list module
See #159
2013-06-04 10:07:41 +02:00
Jasper Van der Jeugt
5bca6e017c The File util module is not internal
See #159
2013-06-04 10:05:01 +02:00
Régis Foucault
6a744fe252 Update examples.markdown 2013-05-31 14:49:11 +02:00
Régis Foucault
7d48c0fbe0 Update examples.markdown 2013-05-26 23:53:41 +03:00
Eric Rasmussen
63866add7f adding chromatic leaves to hakyll 4 examples 2013-05-14 21:17:03 -07:00
Ivan N. Veselov
98127118fb Added a tutorial on using teasers functionality. 2013-05-04 19:13:56 +03:00
Ian Ross
1d0a985789 Move www.skybluetrades.net example from Hakyll 3 to Hakyll 4 2013-05-03 16:29:31 +02:00
Jasper Van der Jeugt
6d47d9c895 Merge remote-tracking branch 'jeffbr13/patch-1'
Conflicts:
	web/examples.markdown
2013-05-03 11:27:36 +02:00
Jasper Van der Jeugt
9a75bba6f5 Add chaoxuprime.com to examples 2013-05-03 09:49:32 +02:00
Régis Foucault
691e305947 Update examples. 2013-04-29 17:41:00 +03:00
Jasper Van der Jeugt
553350a5c8 Merge pull request #138 from christopheryoung/master
Documentation tweaks: two small typos and $PATH variable documentation for OS X
2013-04-29 06:48:38 -07:00
Christopher Young
fe88175e40 Tweak PATH documentation 2013-04-29 09:15:41 -04:00
Christopher Young
2ebe47eaf6 Add a link for more help regarding common installation paths for Haskell 2013-04-29 09:07:59 -04:00
Christopher Young
7ecd85dc48 Change tense of verb in documentation 2013-04-29 09:03:57 -04:00
Ben Jeffrey
d88ba8ac26 Update examples with benjeffrey.com's source URL 2013-04-28 14:00:50 +02:00
Jasper Van der Jeugt
64d3802921 Add austinrochford.com to examples 2013-04-28 11:01:36 +02:00
Ben Jeffrey
a51213c45e Added benjeffrey.com to example sites. 2013-04-27 23:06:30 +02:00