docsify-plugin-adsense
This commit is contained in:
@@ -1,2 +1,29 @@
|
||||
# docsify-plugin-adsense
|
||||
plugin to make you easy to join up google adsense
|
||||
|
||||
[docsify](https://docsify.js.org/) plugin to make you easy to join up [google adsense](https://www.google.com/adsense)
|
||||
|
||||
[](https://github.com/iscod/docsify-plugin-adsense/releases)
|
||||
|
||||
## Usage
|
||||
|
||||
```html
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify-plugin-adsense@1/index.min.js"></script>
|
||||
```
|
||||
|
||||
```js
|
||||
window.$docsify = {
|
||||
plugins: [
|
||||
// Change to your adsense ca-pub-xxxx
|
||||
DocsifyAds.create('ca-pub-xxxx')
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
See example site: [iscod.github.io](http://iscod.github.io)
|
||||
|
||||
## ☕️ Donate
|
||||
|
||||
[](https://iscod.github.io/images/donate/webchat.png)
|
||||
[](https://iscod.github.io/images/donate/alipay.png)
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "docsify-plugin-adsense",
|
||||
"version": "1.0.0",
|
||||
"description": "[docsify](https://docsify.js.org/) plugin to make you easy to join up [google adsense](https://www.google.com/adsense)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/iscod/docsify-plugin-adsense.git"
|
||||
},
|
||||
"keywords": [
|
||||
"google adsense",
|
||||
"adsense",
|
||||
"docsify",
|
||||
"plugin"
|
||||
],
|
||||
"author": "iscod",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/iscod/docsify-plugin-adsense/issues"
|
||||
},
|
||||
"homepage": "https://github.com/iscod/docsify-plugin-adsense#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user