Clean, simple blog. Inspired by Svbtle.
Demo
http://obtvse.herokuapp.com/admin
Username: username Password: password
git clone git://github.com/NateW/obtvse.git
cd obtvse
bundle install
rake db:migrate
Edit settings config/config.yml. Be sure to set your username and password.
Start the local server:
rails s
Go to 0.0.0.0:3000 Go to 0.0.0.0:3000/admin
- Easy deployment
- Draft preview and post save history
- Caching
- Refine!


