Hello, World
Welcome to the blog. This site is built with Astro, styled with Tailwind CSS, and deployed on Cloudflare Pages.
How it works
- New posts live in
src/content/blog/as Markdown or MDX files. - Each post needs frontmatter:
title,description,pubDate, and optionallytags,updatedDate,heroImage, anddraft. - Pushing to
maintriggers an automatic rebuild and deploy.
That’s it — no build step to think about, just write and push.