1.0.0 • Published 5 years ago
honkit-plugin-google-analytics v1.0.0
Google Analytics Hook for Honkit
Adds a standard UA-XXXXXXXX-Y analytics hook for google analytics to your header.
Install
npm install honkit-plugin-google-analytics --save-devUsage
Add it to your book.json with this configuration...
{
"plugins": ["honkit-plugin-google-analytics"],
"pluginsConfig": {
"analytics": {
"uid": "UA-XXXXXXXX-Y"
}
}
}1.0.0
5 years ago