honkit-plugin-adsense

Append a single ad to the end of your file.

Usage no npm install needed!

<script type="module">
  import honkitPluginAdsense from 'https://cdn.skypack.dev/honkit-plugin-adsense';
</script>

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"
        }
    }
}