Blog With Contentful CMS and Retypeset Theme
A blog template with Contentful CMS and Retypeset theme.
Framework
WordPress, Astro
This template is modified from retypeset, thanks to the original author's contribution. Contentful CMS integration has been added on top of the original template.
contentful space import --content-file contentful-model.json --space-id ${your Contentful space id}
Select this template in the console, fill in the Contentful Space Id and Contentful Delivery API token as environment variables, and click deploy.
Use the Blog content type to add content. The template distinguishes languages based on the language field, with Chinese as the default language. When the same article has multiple languages, please use the same Blog content type and keep the slug the same, using different language fields to distinguish them.
CONTENTFUL_SPACE_ID=${your space id}
CONTENTFUL_DELIVERY_TOKEN=${Contentful delivery api token}
CONTENTFUL_PREVIEW_TOKEN=${Contentful preview api token}
DEV=true
Install dependencies: npm i --legacy-peer-deps
Start service: npm run dev