Markdown blogging platform built on Ruby.
Installation
First install ruby. Then clone repo
git clone git://github.com/imathis/octopress.git octopress
cd octopress
Install dependencies
sudo gem install bundler
bundle install # make sure to run this one in the 'octopress' directory
Install default theme
rake install