Updating docs for Piwik Analytics

This commit is contained in:
Justin Walsh 2013-07-22 10:38:04 -05:00
parent 1c687f6a6e
commit dd8ab11520
2 changed files with 10 additions and 3 deletions

View File

@ -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.

View File

@ -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 <a href="http://gruntjs.com/" target="_blank">Grunt.js</a> 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.