Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ef2831

Browse files
committed
Merge pull request vinta#146 from Parbhat/master
Added Static Site Generator Category
2 parents a768fb2 + ec252af commit 0ef2831

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
6969
- [High Performance](#high-performance)
7070
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
7171
- [Hardware](#hardware)
72+
- [Static Site Generator](#static-site-generator)
7273
- [Miscellaneous](#miscellaneous)
7374
- [Editor Plugins](#editor-plugins)
7475
- [Resources](#resources)
@@ -846,6 +847,17 @@ long, literate-programming-style documentation generator.
846847

847848
* [wifi](https://wifi.readthedocs.org/) - A Python library and command line tool for working with WiFi on Linux.
848849

850+
## Static Site Generator
851+
852+
*Static site generator is a software that takes some text + templates as input and produces html files on the output.*
853+
854+
* [Pelican](http://blog.getpelican.com/) - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.
855+
* [Cactus](http://github.com/koenbok/Cactus/) – Static site generator for designers.
856+
* [Hyde](https://hyde.github.com/) - Jinja2-based static web site generator.
857+
* [Nikola](http://www.getnikola.com/) - A static website and blog generator.
858+
* [Tags](http://tags.brace.io/) - The simplest static site generator.
859+
* [Tinkerer](http://tinkerer.me/) - Tinkerer is a blogging engine/.static website generator powered by Sphinx.
860+
849861
## Miscellaneous
850862

851863
*Useful libraries or tools that don't fit in the categories above.*

0 commit comments

Comments
 (0)