Cloudflare Pages Publishing Workflow
How this site deploys from GitHub to Cloudflare Pages.
Publishing flow for this site:
- Write a post or project in Markdown.
- Commit and push changes to GitHub.
- Cloudflare Pages builds the Astro site and deploys the generated
dist/output.
This keeps hosting simple while preserving a clean content workflow.