Setting up shop

Short version: I needed somewhere to put writeups that isn't a gist, a PDF attached to a bug report, or a thread nobody can find six months later.

what goes here

what does not go here

Anything unpatched or under embargo. Every writeup carries its disclosure status in the header block, and a post does not exist until that status says it can.

the stack

Static site, no JavaScript, no analytics, no third-party requests:

zola build
rsync -az --delete public/ dxyz:/var/www/john.dearmas.xyz/

That's the whole pipeline.