mirror of
https://github.com/myles/awesome-static-generators
synced 2025-11-18 03:08:43 +01:00
52 lines
2.5 KiB
Markdown
52 lines
2.5 KiB
Markdown
Awesome Static Web Site Generators
|
|
==================================
|
|
|
|
A static web site generator is an application that takes plain text files and compiles them to HTML files.
|
|
|
|
- [Awesome Static Web Site Generators](#awesome-static-web-site-generators)
|
|
- [Blogs](#blogs)
|
|
- [Wikis](#wikis)
|
|
- [Frameworks](#frameworks)
|
|
- [Web Hosts](#web-hosts)
|
|
- [Other Lists of Static Web Site Geneartors](#other-lists-of-static-web-site-generators)
|
|
- [Related Awesome](#related-awesome)
|
|
|
|
### Blogs
|
|
|
|
* [Jekyll](https://github.com/jekyll/jekyll) - Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. - `#Ruby`
|
|
* [Pelican](https://github.com/getpelican/pelican) - Uses Markdown or ReST for content and Jinja 2 for themes. - `#Python`
|
|
* [Hyde](https://github.com/hyde/hyde) - `#Python`
|
|
* [Octopress](https://github.com/imathis/octopress) - Similar to Jekyll but where everything you need is already setup. - `#Ruby` `#Jekyll`
|
|
* [Hexo](https://github.com/hexojs/hexo) - A fast, simple & powerful blog framework. - `#JavaScript` `#Node.js`
|
|
|
|
### Wikis
|
|
|
|
* [Gollum](https://github.com/gollum/gollum) - Gollum is a simple wiki system built on top of Git. - `#Ruby`
|
|
|
|
### Frameworks
|
|
|
|
* [Flask-Frozen](https://github.com/SimonSapin/Frozen-Flask) - Freezes a Flask application into a set of static files. - `#Python` `#Flask`
|
|
* [MiddleMan](https://github.com/middleman/middleman) - Middleman is a static site generator using all the shortcuts and tools in modern web development. - `#Ruby`
|
|
* [Metalsmith](https://github.com/segmentio/metalsmith) - An extremely simple, pluggable static site generator. - `#JavaScript` `#Node.js`
|
|
* [DocPad](https://github.com/docpad/docpad) - `#JavaScript` `#CoffeeScript` `#Node.js`
|
|
* [Hugo](https://github.com/spf13/hugo) - It is optimized for speed, easy use and configurability. - `#Go`
|
|
|
|
### Web Hosts
|
|
|
|
* [AWS S3](http://aws.amazon.com/s3/)
|
|
* [Divshot](https://divshot.com/)
|
|
|
|
Other Lists of Static Web Site Generators
|
|
-----------------------------------------
|
|
|
|
* [StaticGen](https://www.staticgen.com/)
|
|
|
|
Related Awesome
|
|
---------------
|
|
|
|
Awesome lists that help you with your new static web site.
|
|
|
|
* [Awesome Bootstrap](https://github.com/therebelrobot/awesome-bootstrap) - A curated list of free Bootstrap themes.
|
|
* [Creative Commons Media](https://github.com/shime/creative-commons-media) - A curated list of resources that provide media licensed under Creative Commons licenses.
|
|
* [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks)
|