Coretek Blog Is Now Managed With Decap CMS
May 7, 2026
Coretek Team
Announcements

A simple demo article created in the new Decap CMS collection to verify the local content workflow inside the storefront.
Why this was added
This post exists as a working demo entry for the new Decap CMS setup.
- The content lives in
content/blog. - Decap manages the frontmatter and markdown body.
- The storefront reads these files directly and renders them on the public blog pages.
What editors can do next
You can open /admin, create another blog post, upload an image, and publish it without changing the React code.
Local workflow
Start the storefront and the Decap proxy server together during development:
- Run
npm run dev - Run
npm run cms:proxy - Open
http://localhost:8000/admin
That is enough to test the CMS flow locally before wiring a production Git backend.
Categories:Announcements