1.3.1 • Published 5 years ago
@noxify/gridsome-plugin-remark-embed v1.3.1
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-embedHow 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