Octopress theme for my personal blog.
$ cd octopress
$ git clone git://github.com/chinghanho/octopress-theme-dropbot.git .themes/dropbot
$ rake install['dropbot']
$ rake generate
Modify _config.yml
to disable sidebar:
default_asides: []
sidebar: collapse
Create about page:
rake new_page[about/index.md]