gatsby-theme-try-ghost
gatsby-theme-try-ghost copied to clipboard
A Gatsby theme to build flaring fast blogs from headless Ghost CMS
The `gatsby-rehype-inline-images` does not seem to support Gatsby 4 at the moment. With the following config: ```ts { resolve: 'gatsby-transformer-rehype', options: { filter: (node: Node) => node.internal.type === 'GhostPost', plugins:...
I have a custom plugin located in my `plugins` folder. It's named `gatsby-rehype-custom-toc`. The relevant part of my `gatsby-config.js` looks like this: ```js { resolve: 'gatsby-transformer-rehype', options: { filter: (node)...