Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 503 Bytes

File metadata and controls

23 lines (15 loc) · 503 Bytes

maintainer-month-vector-2026

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/

Run locally

python3 -m http.server 8000 & open http://localhost:8000

Or, with no-cache during edits:

npx http-server -c-1 -o

Editing

index.html is the source of truth — it's what GitHub Pages serves from main. Just edit, commit, push (via PR), and Pages redeploys.