Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noxify/gridsome-plugin-remark-embed
Gridsome Remark plugin to embed external stuff into your gridsome site.
https://github.com/noxify/gridsome-plugin-remark-embed
embed gridsome gridsome-plugin gridsome-transformer remark
Last synced: 2 months ago
JSON representation
Gridsome Remark plugin to embed external stuff into your gridsome site.
- Host: GitHub
- URL: https://github.com/noxify/gridsome-plugin-remark-embed
- Owner: noxify
- License: mit
- Archived: true
- Created: 2019-09-05T10:35:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T04:28:24.000Z (over 3 years ago)
- Last Synced: 2024-04-20T07:21:47.140Z (9 months ago)
- Topics: embed, gridsome, gridsome-plugin, gridsome-transformer, remark
- Language: JavaScript
- Homepage: https://gridsome-preview.ilovenox.now.sh/
- Size: 101 KB
- Stars: 16
- Watchers: 4
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gridsome-plugin-remark-embed
Gridsome Remark plugin to embed external stuff into your gridsome site.# Live Demo
https://gridsome-preview.ilovenox.now.sh/
# Installation
```bash
npm install --save @noxify/gridsome-plugin-remark-embed
```# How to use
```js
//gridsome.config.js
module.exports = {
plugins: [
{
use: '@gridsome/source-filesystem',
options: {
path: 'blog/**/*.md',
route: '/blog/:year/:month/:day/:slug',
remark: {
plugins: [
[ '@noxify/gridsome-plugin-remark-embed', {
'enabledProviders' : ['Youtube', 'Twitter', 'Gist'],
}]
]
}
}
}
]
}
```# Documentation
You can find the complete documentation here: https://webstone.info/documentation/gridsome-plugin-remark-embed