An easy admin interface built via rails to interact with a barebone octopress/jekyll website.
Inspired by https://github.com/zkarpinski/Jekyll-Admin
This is a simple rails 3 app, so cd into the app dir and
$: bundle install #install required gems
$: rake db:create #create dbs
$: rake db:migrate #migrate db
$: rails s #start app