Deploy Static Site With Hugo and Cloudflare Workers
In this post, I’ll walk through how I deployed my personal static blog using Hugo, the PaperMod theme, GitHub, and Cloudflare Workers. A note on Workers vs. Pages: Cloudflare is consolidating static site hosting from Cloudflare Pages into Cloudflare Workers. As of 2025, Workers Static Assets is the recommended way to host new static sites, and Pages is in maintenance mode. In the dashboard both still live under the unified Workers & Pages section, which is why the deploy commands below use wrangler deploy (a Workers command) rather than the older Pages workflow. ...