← Home
// Tag · 06 posts

#astro

Series: building this blog

Drafts and Scheduled Posts on a Static Astro Site

How I added draft and future-dated (scheduled) posts to this static Astro blog, and trigger a daily Cloudflare rebuild with a cron Worker so scheduled posts publish themselves.

Series: building this blog

Deploying to Cloudflare Workers

How I set up automatic deployment of this static Astro blog to Cloudflare Workers with CI/CD via Workers Builds — free, fast, and zero-config after setup.

Series: building this blog

Learning from the Official Astro Blog Example

How studying the official Astro blog template led me to add an RSS feed, extract site constants, and build a reusable date formatting component.

Series: building this blog

Setting Up Linting and Formatting for Astro

How I configured Prettier and ESLint for my Astro blog to keep code consistent and catch issues early — with Tailwind class sorting included.