Content Models
The following content models are used by this starter. Import these models into your Contentful space by running:
npm run contentful-import
Page
This content model represents a page on the site. The starter will programmatically create pages for each page.
Blog Post
This content model represents a blog post on the site. The starter will programmatically create pages for each blog post and lists posts on the Blog page.
Navigation
This content model represents a navigation menu on the site and will contain references to the Page and Navigation Item models. The starter uses one navigation for the header.
Navigation Item
This content model represents a navigation menu item. This Navigation content model can contain many Navigation Item references. Use this when you need to add a custom link to the navigation.