Single static landing page for v2.io, served via GitHub Pages
from the main branch root.
index.html— the page (no build step, no dependencies)CNAME— custom domain binding (v2.io).nojekyll— disables Jekyll processing on GitHub Pages_archive/— the prior Bridgetown scaffold and exploration material, preserved in place for reference. Underscore-prefix is conventional for "do not deploy" but.nojekyllmeans there is no build step anyway; the directory is simply ignored by anything that expects anindex.htmlat the root.
To edit the page: edit index.html and push to main. GitHub Pages
re-publishes within a minute or two.