File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
69
69
- [ High Performance] ( #high-performance )
70
70
- [ Algorithms and Design Patterns] ( #algorithms-and-design-patterns )
71
71
- [ Hardware] ( #hardware )
72
+ - [ Static Site Generator] ( #static-site-generator )
72
73
- [ Miscellaneous] ( #miscellaneous )
73
74
- [ Editor Plugins] ( #editor-plugins )
74
75
- [ Resources] ( #resources )
@@ -846,6 +847,17 @@ long, literate-programming-style documentation generator.
846
847
847
848
* [ wifi] ( https://wifi.readthedocs.org/ ) - A Python library and command line tool for working with WiFi on Linux.
848
849
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
+
849
861
## Miscellaneous
850
862
851
863
* Useful libraries or tools that don't fit in the categories above.*
You can’t perform that action at this time.
0 commit comments