I’ve just created an Octopress aside that will allow you to easily add a Flattr badge into your Octopress blog.
Installation of the aside is very straightforward.
For example:
The code for the plugin is available on Github. If you’ve any problems with the module, create an issue on Github and I’ll take a look :)
Installation of the aside is very straightforward.
- Copy the files from the Github project into your local Octopress blog directory.
- Edit the
_config.ymlfile and add aflattr_usersetting for your Flattr user name, e.g.flattr_user=me - Add the
custom/asides/flattr.htmlaside into yourdefault_asides - Rebuild your Octopress blog
For example:
default_asides: [..., custom/asides/flattr.html, ...] flattr_user: me
The code for the plugin is available on Github. If you’ve any problems with the module, create an issue on Github and I’ll take a look :)
Comments
Post a Comment