From ec252afbc51c883779d1fed2efb46fe50378641b Mon Sep 17 00:00:00 2001 From: Parbhat Puri Date: Thu, 17 Jul 2014 10:32:57 +0530 Subject: [PATCH] Add Static Site Generator Category --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0c64abec..0ca23630 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [High Performance](#high-performance) - [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Hardware](#hardware) + - [Static Site Generator](#static-site-generator) - [Miscellaneous](#miscellaneous) - [Editor Plugins](#editor-plugins) - [Resources](#resources) @@ -845,6 +846,17 @@ long, literate-programming-style documentation generator. * [wifi](https://wifi.readthedocs.org/) - A Python library and command line tool for working with WiFi on Linux. +## Static Site Generator + +*Static site generator is a software that takes some text + templates as input and produces html files on the output.* + +* [Pelican](http://blog.getpelican.com/) - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL. +* [Cactus](http://github.com/koenbok/Cactus/) – Static site generator for designers. +* [Hyde](https://hyde.github.com/) - Jinja2-based static web site generator. +* [Nikola](http://www.getnikola.com/) - A static website and blog generator. +* [Tags](http://tags.brace.io/) - The simplest static site generator. +* [Tinkerer](http://tinkerer.me/) - Tinkerer is a blogging engine/.static website generator powered by Sphinx. + ## Miscellaneous *Useful libraries or tools that don't fit in the categories above.*