Skip to content

draftbox-co/gatsby-rehype-inline-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-rehype-inline-images

Downloads images inside the content from Ghost CMS. This plugin is designed to work with a headless Ghost CMS only.

Install

yarn add gatsby-transformer-rehype @draftbox-co/gatsby-rehype-inline-images

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-rehype`,
    options: {
      plugins: [
        {
          resolve: `@draftbox-co/gatsby-rehype-inline-images`,
        },
      ],
    },
  },
]

Contributions

PRs are welcome! Consider contributing to this project if you are missing feature that is also useful for others.

Copyright & License

Copyright (c) 2020 Draftbox - Released under the MIT license.

About

A Gatsby plugin to download inline images from Ghost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published