Commit graph

206 commits

Author SHA1 Message Date
james-darkfox
ba8c417d15 Moved blog and changed purpose of root
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-15 20:29:51 +11: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
Jasper Van der Jeugt
2a7d1e5b97 Add poleiro.info to examples 2013-04-21 12:06:09 +02:00
Jasper Van der Jeugt
89f94c5d65 Add workforpizza.com to examples 2013-04-13 12:02:37 +02:00
Jasper Van der Jeugt
030a5fe4bd Add Simonas Kazlauskas to contributors 2013-04-04 10:45:05 +02:00
Jasper Van der Jeugt
792fcdf4c6 Add web2day-nantes.org to examples 2013-04-02 23:25:38 +02:00
Jasper Van der Jeugt
4052712f9a Add dannysu.com and meta.plasm.us to examples 2013-03-30 11:08:20 +01:00
Jasper Van der Jeugt
6c8fda2c00 Fix issue in Compiler Alternative instance 2013-03-24 19:21:33 +01:00
Jasper Van der Jeugt
a72906095c Update recentFirst usage in tutorial 5
Closes #120
2013-03-13 20:27:45 +01:00
Jasper Van der Jeugt
5c053d4c71 Add a section on the UTF-8 stuff in the faq 2013-03-11 11:47:54 +01:00
Jasper Van der Jeugt
9ba4b0e920 Version bump (4.2.1.1) 2013-03-09 17:56:54 +01:00
Jasper Van der Jeugt
df1fb66888 Version bump (4.2.1.0) 2013-03-07 18:51:06 +01:00
Jasper Van der Jeugt
3cd43de06d Forgot to add date to release info 2013-03-07 12:27:04 +01:00
Jasper Van der Jeugt
5cbb4ba75c Version bump (4.2.0.0) 2013-03-07 11:41:28 +01:00
Jasper Van der Jeugt
be7a5e6afd Add yannesposito.com to examples 2013-03-05 12:53:15 +01:00
Jasper Van der Jeugt
5ec7f26b29 Use smart typography for tutorials 2013-02-24 10:57:18 +01:00
Jasper Van der Jeugt
b91c8be54b Update example & tutorials with new recentFirst 2013-02-24 10:55:11 +01:00
Jasper Van der Jeugt
007caa740d Move variadic.me to hakyll 4 examples 2013-02-19 23:23:09 +01:00
Simonas Kazlauskas
cbc2983221 Fix a typo in FAQ 2013-02-11 19:53:14 +02:00
Jasper Van der Jeugt
52802ed57f Note that hakyll-init creates a new dir 2013-02-10 11:05:37 +01:00
Jasper Van der Jeugt
6e7f332ea9 Add Miikka Koskinen to contributors 2013-02-02 21:58:09 +01:00
Miikka Koskinen
9aaadd8696 Add a syntax highlighting example to FAQ 2013-02-02 22:13:19 +02:00
John Tyree
3572779568 Fix little typo in tutorial 03. 2013-01-27 19:36:01 +01:00
Jasper Van der Jeugt
8e47379703 Update screenshot on website with .||. operator 2013-01-27 12:28:03 +01:00
Jasper Van der Jeugt
d6fa74c54a Export renderTags as well 2013-01-26 11:15:14 +01:00
Jasper Van der Jeugt
fa929d0c9b Export the Tags datatype constructor 2013-01-26 11:08:10 +01:00
Jasper Van der Jeugt
7e4ca6f271 Typo & syntax highlighting fixes in tutorial 4 2013-01-24 09:19:00 +01:00
Jasper Van der Jeugt
dbd670c3dc Add http://brianshourd.com/ to examples 2013-01-22 22:05:31 +01:00
Jasper Van der Jeugt
e5b5e1de55 Add http://bneijt.nl/ to examples 2013-01-22 08:03:39 +01:00
Jasper Van der Jeugt
e40e7fbe41 Add blog.clement.delafargue.name to examples 2013-01-21 18:12:10 +01:00
Jasper Van der Jeugt
82a2ec43d2 Tweak releases page 2013-01-20 21:58:16 +01:00
Jasper Van der Jeugt
46ae23d326 Fix dependency cycle issue 2013-01-20 21:55:40 +01:00
Jasper Van der Jeugt
87735f9778 Fix issue with tagsoup renderTags 2013-01-20 15:51:23 +01:00
Jasper Van der Jeugt
064128305e Update to use pandoc 1.9 2013-01-20 09:35:39 +01:00
Jasper Van der Jeugt
21b897a682 Update examples 2013-01-18 15:12:34 +01:00
Jasper Van der Jeugt
ea1817b6ae New deploy target, link to hakyll 3 in sidebar 2013-01-16 13:00:04 +01:00
Jasper Van der Jeugt
e53ca6724c Make run return ExitCode 2013-01-15 17:15:46 +01:00
Jasper Van der Jeugt
d2aaf335c3 Pattern version updates 2013-01-14 15:05:24 +01:00
Jasper Van der Jeugt
82a725bd8f Site updates 2013-01-13 21:46:25 +01:00
Jasper Van der Jeugt
282f0e2041 Start writing migration guide 2013-01-13 17:09:46 +01:00
Jasper Van der Jeugt
34e6ad4231 Add tutorial on versions 2013-01-13 15:51:22 +01:00
Jasper Van der Jeugt
f2905021ec Add a clay tutorial 2013-01-13 12:36:45 +01:00
Jasper Van der Jeugt
d129cdc775 Partition tutorials into series and articles 2013-01-13 12:18:24 +01:00
Jasper Van der Jeugt
408a991b5e Finish tutorial on snapshots/feeds 2013-01-13 11:20:30 +01:00
Jasper Van der Jeugt
c59d113cae Add @rwindelz to contributors 2013-01-13 09:55:15 +01:00
Jasper Van der Jeugt
3ae0c088f2 Start feed tutorial… 2013-01-12 16:34:48 +01:00
Jasper Van der Jeugt
f554afbec0 Fix tutorial: needed makeItem 2013-01-08 20:14:54 +01:00
Jasper Van der Jeugt
e477ea753b Update create/match in example/tutorial 2013-01-06 09:58:34 +01:00
Jasper Van der Jeugt
18b6ac5ad4 Add create in addition to match 2013-01-06 09:51:09 +01:00
Jasper Van der Jeugt
a6cbaff357 Link to proper haddock docs on hackage 2012-12-29 16:24:27 +01:00
Jasper Van der Jeugt
2ae11c9d7f Update screenshots 2012-12-23 14:44:19 +01:00
Jasper Van der Jeugt
6433dc6c52 Thanks @nudded 2012-12-17 17:50:36 +01:00