Skip to content
Karuu
Go back

Cloudflare Pages Deployment Notes

The premise

Static deployment is a good default for a portfolio: fast, low-maintenance, and easy to reason about.

Working through it

Astro keeps pages as HTML by default, which suits a case-study site well. The source stays small, the build output is portable, and Cloudflare Pages provides a simple path from a Git repository to a global edge deployment.

Current takeaway

The practical lesson is to avoid operational machinery until the portfolio actually needs it.


Share this post:

Previous Post
Why I Prefer System Projects for Thesis Work
Next Post
Container Sandboxing Research Notes