Updating docs for Piwik Analytics
This commit is contained in:
parent
1c687f6a6e
commit
dd8ab11520
@ -13,7 +13,7 @@
|
|||||||
* Built On Bootstrap
|
* Built On Bootstrap
|
||||||
* No Build Step
|
* No Build Step
|
||||||
* Git/SVN Friendly
|
* Git/SVN Friendly
|
||||||
* Google Analytics
|
* Supports Google Analytics and Piwik Analytics
|
||||||
* Optional code float layout
|
* Optional code float layout
|
||||||
|
|
||||||
## Demos
|
## Demos
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* Built On Bootstrap
|
* Built On Bootstrap
|
||||||
* No Build Step
|
* No Build Step
|
||||||
* Git/SVN Friendly
|
* Git/SVN Friendly
|
||||||
* Google Analytics
|
* Supports Google Analytics and Piwik Analytics
|
||||||
* Optional code float layout
|
* Optional code float layout
|
||||||
|
|
||||||
## Demos
|
## Demos
|
||||||
@ -150,6 +150,13 @@ This will embed the google analytics tracking code.
|
|||||||
"google_analytics": "UA-XXXXXXXXX-XX"
|
"google_analytics": "UA-XXXXXXXXX-XX"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
###Piwik Analytics:
|
||||||
|
This will embed the piwik tracking code.
|
||||||
|
|
||||||
|
{
|
||||||
|
"piwik_analytics": "my-url-for-piwik.com"
|
||||||
|
}
|
||||||
|
|
||||||
## Running Locally
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user