As the title says I’ve successfully installed Netlify CMS on a Gatsby site I just built. I migrated over my blog posts from an old Gridsome build that had Netlify CMS on it and working.
Screenshot of my admin area:
Here’s a codesandbox of the latest build. My posts are in the ‘posts’ folder as markdown files.
It says all my blog posts are published in the admin area, however I haven’t hooked them up to a ‘blog’ page to show them, and they aren’t showing up on my website at all.
How can I get the posts to show on a blog overview page, as well as their own specific pages?