A clean and simple markdown blog. Inspired by Svbtle.
Username: username
Password: password
If you are new to Rails development, check out guides for getting your development environment set up for Mac and Windows.
git clone git://github.com/NateW/obtvse.git
cd obtvse
bundle install
rake db:migrate
Edit config/config.yml. Be sure to set your own admin username and password.
Start the local server:
rails s
Go to 0.0.0.0:3000, to administrate you go to /admin
- Easy deployment
- Draft preview and post save history
- Lots of refactoring, cleanup and refinements


