This theme is heavily influenced by the beautiful Medium layout.
Please create an issue on Github if you have any problems or requests for the theme.
If you are using this theme on your site then please post the link on the wiki.
Open your terminal and type
$ cd octopress-blog
$ git clone git://github.com/ConnorAtherton/OctoPanel.git .themes/OctoPanel
Copy gravatar.rb
to your plugins
directory.
Update your _config.yml
file to include a gravatar_email
variable.
# Gravatar
gravatar_email: youraddress@example.com
gravatar_header: true
$ rake install['OctoPanel']
$ rake generate