Personal website redesign project post: Rendering AT protocol posts on my /feed
I’ve got the data, so now it’s time to wire that up to Astro and the wider components system.
I’ve got the data, so now it’s time to wire that up to Astro and the wider components system.
With the WordPress data rigged up and the blog wired up, it’s time to move my attention to a new feature: rendering my AT protocol posts.
With the foundations laid nicely in the previous post in this project, it's all about wrapping up the headless WordPress CMS integration by rendering paginated feeds and blog posts in this one.
With all the planning wrapped up it's finally time to write some code! We start by looking through the monorepo then rig up some headless WordPress content.
Let's wrap up the planning with some sketching, diagramming and iterating. With this part wrapping up, we're getting ever closer to actually writing some code.