docsify-plugin-adsense

This commit is contained in:
ningtenglei
2022-07-13 18:53:35 +08:00
parent b43e7533dc
commit ff103e7f47
2 changed files with 53 additions and 1 deletions
+28 -1
View File
@@ -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://img.shields.io/github/downloads/iscod/docsify-plugin-adsense/total)](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
[![Donate](https://img.shields.io/badge/Donate-WebChat-50BE6E)](https://iscod.github.io/images/donate/webchat.png)
[![Donate](https://img.shields.io/badge/Donate-AliPay-377EF8)](https://iscod.github.io/images/donate/alipay.png)
+25
View File
@@ -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"
}