{title}
Published on {publishState}
--- import Layout from '../../../../layouts/Layout.astro' import Footer from '../../../../components/Footer.astro' const title = `BACK AT IT` const description = `` let publishedOn = `the 22nd day of February 2026` const publishDate = `2026-02-22` const publishState = `` const content = `
Hello! Been a while!
Yes, I'm getting back to some of my shelved side projects like McFly and Astro SW.
Why were they shelved, you ask?
Well, that's a story for another time.
You can Follow me on GitHub to see my activities on these projects if that's your thing. :)
` publishedOn = publishedOn === '' ? publishDate : publishedOn ---Published on {publishState}