@noxify/gridsome-plugin-remark-embed
v1.3.1
Published
Gridsome Remark plugin to embed external stuff like github gist, twitter feeds, youtube videos etc.
Downloads
160
Maintainers
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
npm install --save @noxify/gridsome-plugin-remark-embed
How to use
//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