add static site genrators section

link to staticsitegenerators.nbet and staticgen.com since they do a better job than us
closes #41
pull/43/merge
nodiscc 2015-07-28 17:03:48 +02:00
parent 3d809a9e1f
commit d206871605
1 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,7 @@ Table of Contents
- [Search Engines](#search-engines)
- [Social Networks](#social-networks)
- [Software Development Platforms](#software-development-platforms)
- [Static site generators](#static-site-generators)
- [Text Editors](#text-editors)
- [URL Shorteners](#url-shorteners)
- [Wikis](#wikis)
@ -121,6 +122,8 @@ Table of Contents
CMS are a practical way to setup a website with many features. CMS often come with third party plugins, themes and functionality that is easy to add and customize to your needs.
See also [Static Site Generators](#static-site-generators)
* [99ko CMS](http://99ko.hellojo.fr) - 99ko allows you to create a website in minutes without knowledge of Web development. It does not use a database server but relies on simple text files (JSON format) to store your data. ([Source code](https://github.com/99ko-project/99ko-cms))
* [Baun](http://bauncms.com/) - A modern, lightweight, extensible CMS for PHP - ([Source code](https://github.com/BaunCMS/Baun)) `MIT`
* [Bolt](http://bolt.cm/) - Sophisticated, lightweight & simple CMS ([Source code](https://github.com/bolt/bolt))
@ -369,6 +372,10 @@ CMS are a practical way to setup a website with many features. CMS often come wi
* [Codiad](http://codiad.com/) - a web-based IDE framework with a small footprint and minimal requirements. ([Source code](https://github.com/Codiad/Codiad))
* [Jenkins](https://jenkins-ci.org/) - Continuous Integration Server ([Source Code](https://github.com/jenkinsci/jenkins/)) `MIT` `Java`
## Static site generators
See https://staticsitegenrators.net/ and https://www.staticgen.com
## Text Editors
* [dillinger](http://dillinger.io/) - The last Markdown editor, ever. ([Source code](https://github.com/joemccann/dillinger/)) `MIT` `Nodejs`