summaryrefslogtreecommitdiff
path: root/web/about.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
commitedeef66180f24e4254b512041bee617368fa1eba (patch)
treedf2b6c470dba9fda52a0d3b96fd569d2c74b2c48 /web/about.markdown
parent893b366435739d073d2b6b9cafae868b5d361354 (diff)
downloadhakyll-edeef66180f24e4254b512041bee617368fa1eba.tar.gz
Remove examples from this repo
Diffstat (limited to 'web/about.markdown')
-rw-r--r--web/about.markdown36
1 files changed, 36 insertions, 0 deletions
diff --git a/web/about.markdown b/web/about.markdown
new file mode 100644
index 0000000..108663b
--- /dev/null
+++ b/web/about.markdown
@@ -0,0 +1,36 @@
+---
+title: About
+---
+
+## Code
+
+The code for Hakyll is freely available on
+[github](http://github.com/jaspervdj/Hakyll/). Patches and suggestions are
+always very welcome.
+
+## Inspiration
+
+Hakyll is not the only static site generator out there. It was inspired by the
+following awesome projects:
+
+- [yst](http://github.com/jgm/yst)
+- [nanoc](http://nanoc.stoneship.org/)
+- [Jekyll](http://jekyllrb.com/)
+
+## License
+
+Hakyll is available under a BSD license. Note, however, that pandoc is
+released under a GPL license. Since you'll probably use Hakyll with pandoc,
+you will have to license your code under a GPL-compatible license.
+
+## Authors
+
+Hakyll was originally written by [Jasper Van der Jeugt](http://jaspervdj.be),
+who still maintains the package. Contributors:
+
+- [seschwar](http://github.com/seschwar)
+- [JD Marble](http://github.com/jdmarble)
+- [sargon](http://github.com/sargon)
+- [Paolo Veronelli](http://github.com/paolino)
+- [Benedict Eastaugh](http://extralogical.net/)
+- [Nicolas Wu](http://zenzike.com/)