diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-31 13:50:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-31 13:50:41 -0300 |
commit | 0f342e7e12f5f53ba3ff7bb9eca9a4799e722733 (patch) | |
tree | 49bad142348bc72d8264f5d1c77ec7e1285c38b7 | |
parent | 6e468069f77e8ef563f12552109654e8031de0bb (diff) | |
download | blog-0f342e7e12f5f53ba3ff7bb9eca9a4799e722733.tar.gz blog-0f342e7e12f5f53ba3ff7bb9eca9a4799e722733.tar.bz2 |
Static site generators
-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/). |