Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuyk/honkit-plugin-adsense

Google Adsense for Honkit. Adds a single ad in a non-intrusive location to each page.
https://github.com/stuyk/honkit-plugin-adsense

Last synced: about 22 hours ago
JSON representation

Google Adsense for Honkit. Adds a single ad in a non-intrusive location to each page.

Awesome Lists containing this project

README

        

# Google Adsense for Honkit

Generate a adsense tag and place an ad at the bottom of your page.

## Install

```sh
npm install honkit-plugin-adsense --save-dev
```

## Usage

Add it to your `book.json` with a basic configuration:

```json
{
"plugins": ["honkit-plugin-adsense"],
"pluginsConfig": {
"adsense": {
"client": "client token",
"slot": "slot token"
}
}
}
```