Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 898 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 898 Bytes

Jigsaw Blog Starter Template with Cotentful intergration

This repository is a copy of the Jigsaw blog starter kit with example intergration with Contenful [https://www.contentful.com]

This is based on the work of matt stauffer receipe repository as seen in the live stream with the episode notes.

The Main intergration can be seen in src/Contentful/ContenfulCollection

Some things to note in this file:

The content types match content models. Any fields which are optional must be accessed using the null safe operator ?-> I am collecting the content ID in the getAuthors() method, this is passed to getAuthorsPosts to filter the posts.

This is not a feature equivalent to the original blog template.