Chris Diana is announcing that CMS.js with version number 1.0.0 is already available to download.
What is CMS.js ?
CMS.js is .
CMS.js is an attempt to create a fully-working flat-file CMS that works without using a server-side processing system like Node.js, Ruby, Python, PHP, and so on. It works exactly like a static site generator, very similarly to the principles behind the extremely successful Jekyll project, the base on which the GitHub Pages stands on. CMS.js is ideal for single-page websites, but with a little work, developers can also use it in multi-page projects, for small to medium websites. Additionally, CMS.js also supports working modes, Github and Server. As you'd probably guessed it, GitHub mode is for cases where you use the GitHub Pages service to host the site, and the Server mode is when you run it on your own server. CMS.js has been tested on servers like Apache and Nginx. Installation instructions and a demo site are included with the standard CMS.js package.
This is changelog for CMS.js version 1.0.0 :
You can read the complete changelog and also download this latest version on their homepage:
cdmedia.github.io