$ git clone git://github.com/bkutil/bootstrap-theme.git bootstrap-theme
$ cd bootstrap-theme
Copy the bootstrap-theme into your blog's octopress .theme directory:
$ cp bootstrap-theme $MY_OCTOBLOG/.themes/bootstrap
Install the theme and generate site:
$ rake install['bootstrap']
$ rake generate
Theme utilizes the solarized color scheme for code snippets. By default, the bootstrap variant is selected, but light/dark colors can be used by setting the $solarized variable in sass/syntax/_higlight.scss.
This is a first draft only. Any ideas, suggestions or improvements are welcome.
Latest code from master branch is running at this demo site.