honkit-plugin-adsense
v1.0.1
Published
Append a single ad to the end of your file.
Downloads
3
Readme
Google Adsense for Honkit
Generate a adsense tag and place an ad at the bottom of your page.
Install
npm install honkit-plugin-adsense --save-dev
Usage
Add it to your book.json
with a basic configuration:
{
"plugins": ["honkit-plugin-adsense"],
"pluginsConfig": {
"adsense": {
"client": "client token",
"slot": "slot token"
}
}
}