diff options
Diffstat (limited to 'web/examples.markdown')
-rw-r--r-- | web/examples.markdown | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/web/examples.markdown b/web/examples.markdown new file mode 100644 index 0000000..453a22e --- /dev/null +++ b/web/examples.markdown @@ -0,0 +1,27 @@ +--- +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/tree/master/examples). The +README located in that directory explains which example does what. + +## 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/) |