Welcome to NoMo CMS.
Contrary to it's name, this doesn't necessarily mean no more CMS' ...rather it's a simple CMS based on Nodejs and MongoDB. The intention here was to create something usable right off the shelf, which also includes a helpful bag of tricks commonly required by basic web projects:
- Basic-authentication
- Mobile/useragent detection
- Mongodb CRUD (using MongoLabs)
- Dynamic templating (using Handlebarsjs)
- Route separation
- Static file serving
- Twitter Bootstrap'd
- Simple google sitemap generator
- Example age gate
There are some other helpful libs baked in like jade, angularjs, twitter bootstrap, and karma for end to end testing; however, these are easily replaced and/or removed. Feel free to clone and modify for your own purposes:
$ cd /your_repo_name
$ git clone git://github.com/martenc/nomo-cms.git
Authors and Contributors
Just myself at the moment, Marten (@martenc).
Support or Contact
Having trouble with something? Check out the documentation at https://github.com/martenc/nomo-cms-source/wiki or create an issue at: https://github.com/martenc/nomo-cms-source/issues