@noxify/gridsome-plugin-remark-embed

1.3.1 • Public • Published

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

Package Sidebar

Install

npm i @noxify/gridsome-plugin-remark-embed

Weekly Downloads

47

Version

1.3.1

License

MIT

Unpacked Size

42.2 kB

Total Files

35

Last publish

Collaborators

  • noxify