Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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