Today I created a reusable DevLog.astro layout file to standardize all future logs and prepare for the Astro migration.
I built a new layout component in Astro to reflect the style of all my previous hand-written HTML logs. It keeps the same dark background, lavender text, and styled code blocks — but is now reusable across the entire blog.
I’ll begin converting each individual HTML log in rainkeep/static/blog-html/
to Astro format so that they can be indexed properly and benefit from layout and slot-based structure.
Once that’s done, I’ll revisit the getStaticPaths()
slug bug in my Astro blog to make sure each post loads cleanly via dynamic routes.
Here's a link: Back to Arynwood Blog