
This is the header image
09 Dec 2025
Devlog 1
Paragraph 1
Today I finally wired my Sanity devlog CMS into the frontend. This post is mostly a test to confirm that the list and detail pages render correctly and that Cloudinary assets load without any issues.
Heading 2
What I wired upParagraphs
The devlog list page pulls all published devlogs from Sanity, orders them by date, and shows the title, cover image, project name, and excerpt.
Clicking on a devlog opens the detail page, which fetches a single devlog by slug and renders the portable text content. This post is the first real entry going through that flow.
Insert an image block here

Final paragraph
If you can read this on the live site, it means the whole chain is working: Sanity Studio, queries, Cloudinary, and the Next.js devlog layout. Next up I will focus on proper styling and adding more meaningful devlogs about actual development progress