In this chapter, we’ll make this content configurable through the CMS application.
The contentKey field
As we’ve seen earlier, Netlify CMS stores all its data in Markdown files. We will configure some new content for the index page that will be stored in a Markdown file. There’s a slight problem, however. In gatsby-node.js we are querying for all the Markdown files to generate ...