summaryrefslogtreecommitdiff
path: root/web/examples.markdown
blob: ac0a0a6bcfa3010026cf590eff306f9be60d928e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: Examples
---

# Simple examples

A number of simple examples are available in the GitHub repository. They can be
found [here](https://github.com/jaspervdj/hakyll-examples). The README located
in that directory explains which example does what. You can fetch the entire
directory using

    git clone git://github.com/jaspervdj/hakyll-examples.git

# People using Hakyll

A lot of sites running Hakyll also publish the source code. This is a very
interesting resource to learn from as well. If you're using Hakyll for your
site, and the source code is available, please notify me so I can add you to
this list. This list has no particular ordering.

- <http://jaspervdj.be/>,
  [source](https://github.com/jaspervdj/jaspervdj)
- <http://ethanschoonover.com/>,
  [source](https://github.com/altercation/ethanschoonover.com)
- <http://extralogical.net/>,
  [source](https://github.com/beastaugh/extralogical.net)
- <http://blog.demotera.com/>,
  [source](https://bitbucket.org/paul_r/blog-de-demotera)
- <http://projects.haskell.org/diagrams/>,
  [source](http://patch-tag.com/r/byorgey/diagrams-doc/snapshot/current/content/pretty/web/)
- <http://wunki.org>,
  [source](https://github.com/wunki/www.wunki.org)
- <http://rs.io>,
  [source](https://github.com/robertseaton/rs.io/)
- <http://www.gwern.net/>,
  source: `darcs get http://www.gwern.net`
- <http://www.skybluetrades.net/>,
  [source](https://github.com/ian-ross/blog)
- <http://blog.coldflake.com/>,
  [source](https://github.com/marcmo/blog.coldflake)
- <http://deepak.jois.name>,
  [source](https://github.com/deepakjois/website)
- <http://sigkill.dk/>,
  [literate source](http://sigkill.dk/programs/sigkill.html)
- <http://variadic.me>,
  [source](https://github.com/eakron/variadic.me)