diff options
-rw-r--r-- | static.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static.mdwn b/static.mdwn new file mode 100644 index 0000000..29b1dfb --- /dev/null +++ b/static.mdwn @@ -0,0 +1,16 @@ +[[!meta title="Static Site Generators"]] + +* [Replacing Jekyll with Pandoc and a Makefile](https://tylercipriani.com/2014/05/13/replace-jekyll-with-pandoc-makefile.html). +* [Brane Dump: Static Comments in Jekyll](http://www.hezmatt.org/~mpalmer/blog/2011/07/19/static-comments-in-jekyll.html). +* [Juvia: a commenting server similar to Disqus and IntenseDebate](https://github.com/phusion/juvia). +* [Static Site Generators](https://staticsitegenerators.net/). +* [Hyde](https://github.com/lakshmivyas/hyde/) ([package](https://packages.debian.org/stable/hyde)). +* [Ikiwiki](http://ikiwiki.info). +* [Gollum](https://github.com/gollum/gollum). +* [Hugo](https://gohugo.io/). +* [Amber](https://github.com/leapcode/amber). +* [Grav](http://getgrav.org/). +* [Hakyll](http://jaspervdj.be/hakyll/) ([package](https://packages.debian.org/sid/libghc-hakyll-dev)). +* [Jekyll](http://jekyllrb.com/) ([package](https://packages.debian.org/stable/jekyll)). +* [Static site generators](https://github.com/skx/static-site-generators). +* [Static site generators for building web sites](https://lwn.net/Articles/541299/). |