This is no longer the theme powering AdrianArtiles.com
This is a theme built for Octopress that is a work in progress with inspirations from all over the web. Built on top of bootstrap and html5 boilerplate, and has SEO considerations along with instagram and twitter widgets out of the box.
$ cd yourOctopress
$ git submodule add https://github.com/sevenadrian/foxslide .themes/foxslide
$ git submodule update --init
$ rake install['foxslide']
$ rake generate
$ cd yourOctopress
$ git submodule update
# regenerate, make changes, etc...
$ cd yourOctopress
$ git clone https://github.com/sevenadrian/foxslide .themes/foxslide
$ rake install['foxslide']
$ rake generate
This is a first draft and can definitely be improved on. Pull requests are very much welcomed and desired!