diff --git a/README.md b/README.md index 55cee12..c9cedff 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * Built On Bootstrap * No Build Step * Git/SVN Friendly -* Google Analytics +* Supports Google Analytics and Piwik Analytics * Optional code float layout ## Demos @@ -149,7 +149,7 @@ This will embed the google analytics tracking code. { "google_analytics": "UA-XXXXXXXXX-XX" } - + ###Piwik Analytics: This will embed the piwik tracking code. diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index ca5a752..c9cedff 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -13,7 +13,7 @@ * Built On Bootstrap * No Build Step * Git/SVN Friendly -* Google Analytics +* Supports Google Analytics and Piwik Analytics * Optional code float layout ## Demos @@ -150,6 +150,13 @@ This will embed the google analytics tracking code. "google_analytics": "UA-XXXXXXXXX-XX" } +###Piwik Analytics: +This will embed the piwik tracking code. + + { + "piwik_analytics": "my-url-for-piwik.com" + } + ## Running Locally You can run the docs locally using Grunt.js I assume you are familiar with how to use Grunt and have the latest version of PHP 5.4 installed which is able to run a webserver.