erquhart/gatsby-netlify-cms-example

Extend blog data with an image

Opened this issue · 3 comments

0x80 commented

Since the configuration for using images with Gatsby + Netlify CMS is not easy or straightforward, I think it would help a lot of people if the example included the use of images.

For example I had my assets folder combined with my markdown files in the root of my project, but for the admin interface to display the images the original (uploaded) images files need to be located in the gatsby static folder otherwise they can't be served. But this also means you need to configure the static folder to be picked up by the gatsby-source-filesystem plugin. Things like that...

Definitely - are you up for opening a PR for that? Happy to support for sure.

0x80 commented

@erquhart I don't think I'll manage to create a PR any time soon

I'll leave it open in case someone is up to it 👍 Thanks for raising!