gatsby-theme-try-ghost icon indicating copy to clipboard operation
gatsby-theme-try-ghost copied to clipboard

A Gatsby theme to build flaring fast blogs from headless Ghost CMS

Results 2 gatsby-theme-try-ghost issues
Sort by recently updated
recently updated
newest added

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)...