Skip to content

jammeryhq/gridsome-plugin-remark-image-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast-track your JAMstack development & learning


About this plugin

Simple plugin for remark to enable the download of remote images.

Install

npm install https://github.com/jammeryhq/gridsome-plugin-remark-image-download.git

# or

yarn add https://github.com/jammeryhq/gridsome-plugin-remark-image-download.git

How to use

//gridsome.config.js

module.exports = {
  siteName: 'Gridsome',
  plugins: [
    //...
  ],
  templates: {
    //...
  },
  transformers: {
    //Add markdown support to all file-system sources
    remark: {
      plugins: [
        ['@jammeryhq/gridsome-plugin-remark-image-download', {
          targetPath: './src/assets/contentImages'
        }]
      ]
    }
  }
}

Documentation

You can find the complete documentation here: https://webstone.info/documentation/gridsome-plugin-remark-image-download

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%