Vapid
The world's dumbest content management system.
TODO: Fill in the README file
Installation
gem install vapid
Usage
To create a new project:
$ vapid new /path/to/project
$ cd /path/to/project
Then run the local development server:
$ vapid server
Add HTML attributes to describe the editable content:
<h1 vp-text="headline"></h1>
When you're ready, run the build
command. Vapid will look at your project templates, and construct the control panel:
$ vapid build
License
The gem is available as open source under the terms of the MIT License.