Bench Notes

How this site is put together

The whole thing is a folder of text files. content/ holds the writing, layouts/ holds the templates, static/ holds the CSS. Hugo stitches them into a public/ directory of flat HTML, and Cloudflare serves that from its edge for free.

No database, no server process, nothing listening on a port. Which means there’s almost nothing to attack and nothing to keep alive at 3am.

← all posts