Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waruqi/docsify-plugin-carbon
plugin to make you easy to join up carbon
https://github.com/waruqi/docsify-plugin-carbon
Last synced: 2 months ago
JSON representation
plugin to make you easy to join up carbon
- Host: GitHub
- URL: https://github.com/waruqi/docsify-plugin-carbon
- Owner: waruqi
- Created: 2020-07-07T22:19:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T00:23:33.000Z (over 3 years ago)
- Last Synced: 2024-09-14T07:22:54.324Z (3 months ago)
- Language: JavaScript
- Size: 338 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docsify-plugin-carbon
![npm](https://img.shields.io/npm/dy/docsify-plugin-carbon?style=flat-square)
A [docsify](https://docsify.js.org/) plugin that displays [Carbon Ads](https://www.carbonads.net/).
# Usage
```html
```
```javascript
window.$docsify = {
plugins: [
// Change to your Carbon property ID
DocsifyCarbon.create('CE7I52QU', 'xmakeio')
]
}
```# Example
See example site: [xmake.io](https://xmake.io/#/getting_started)
![](https://cdn.jsdelivr.net/gh/waruqi/docsify-plugin-carbon@master/sample.png)
# Contributing
1. Fork this repo
2. Modify `index.js`
3. Run the following CLI command:```shell
npm run build
```4. Create a [pull request](https://github.com/waruqi/docsify-plugin-carbon/pulls) on GitHub