diff options
author | nodiscc <nodiscc@gmail.com> | 2015-07-28 15:03:48 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-07-28 15:03:48 +0000 |
commit | d206871605cb3d937ee9e944f4510e24c1f4a2b5 (patch) | |
tree | 9b5fd54483147b723401cde3b5010dfc4c9943c0 /README.md | |
parent | update TOC (diff) | |
download | awesome-selfhosted-d206871605cb3d937ee9e944f4510e24c1f4a2b5.tar.gz awesome-selfhosted-d206871605cb3d937ee9e944f4510e24c1f4a2b5.zip |
add static site genrators section
link to staticsitegenerators.nbet and staticgen.com since they do a better job than us
closes #41
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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` |