summaryrefslogtreecommitdiff
path: root/web/about.markdown
blob: a1cab5dc54effe5dce0398016de44a7a21383287 (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
---
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:

- [Andy Irving](https://github.com/irv)
- [Benedict Eastaugh](http://extralogical.net/)
- [Florian Hars](http://github.com/fhars)
- [JD Marble](http://github.com/jdmarble)
- [Nicolas Wu](http://zenzike.com/)
- [Paolo Veronelli](http://github.com/paolino)
- [sargon](http://github.com/sargon)
- [seschwar](http://github.com/seschwar)