Cees-Jan

- Post source at 🐙

Piwik for Octopress

While going over the Octopress Plugin list I noticed the missing Piwik plugin. After digging around a bit I didn't find anything to my pleasing. So I've decided to create a configurable plugin using the new async code. After wrapping the code in a template, the plugin only required 2 entries in _config.yml. The first for the host running piwik and 1 for your blogs side id.

# Piwik
piwik_host_name: piwik.example.com
piwik_site_id: 1

The result can be found on github.