Hugo static site for fivexl.io, deployed to Cloudflare Workers Static Assets.
hugo server --buildDraftshugo --minifyThe generated site is written to public/.
Cloudflare builds this repository from Git and deploys it with Wrangler using wrangler.toml.
Recommended Cloudflare build settings:
- Build command:
hugo --minify - Build output directory:
public - Hugo version: latest available in the Cloudflare build image; this repo has been verified locally with Hugo
0.162.1.
Redirects and 410 Gone responses are repo-owned in src/worker.js. The Worker also preserves the current www.fivexl.io to fivexl.io permanent redirect.