Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stuyk/honkit-plugin-adsense
- Owner: Stuyk
- Created: 2021-05-04T12:58:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T13:11:36.000Z (over 3 years ago)
- Last Synced: 2024-12-17T07:43:38.703Z (6 days ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
}
}
```