Octopress Theme for k.ernel.org
git submodule add https://github.com/gluttony/object-octopress-theme.git .themes/object
rake install["object"]
The sidebar of the theme has three columns by default. The section element of three asides should have "first odd", "even", "odd" class attribute. Reference to the three asides used by this theme: recent_posts.html, twitter.html, flickr.html. The flickr.html was forked from amelandri's Octopress-Flickr-Aside with modifications. Do not forget to modify the _config.yml file to include these asides:
default_asides: [asides/recent_posts.html, asides/twitter.html, custom/asides/flickr.html]