In Create Data Driven Pages in Gatsby with createPages, we made sure the data
folder existed.
To actually create pages, we'll need to:
Once we do this, we'll be ready to finally display the data in a page which is covered in: Display Data in React Provided in Gatsby with GraphQL
For a written version of this course, check out the Gatsby docs.