Links page for my talk Vector: One Agent to Rule Them All? (GitHub Maintainer Month · NYC · 2026).
Live: https://pront.github.io/maintainer-month-vector-2026/
python3 -m http.server 8000 & open http://localhost:8000Or, with no-cache during edits:
npx http-server -c-1 -oindex.html is the source of truth — it's what GitHub Pages serves
from main. Just edit, commit, push (via PR), and Pages redeploys.