Static site for go.dagstack.dev — Go module vanity import paths for dagstack.
Hosted on GitHub Pages with CNAME = go.dagstack.dev. For each Go module under dagstack/*-go, an <module>/index.html page emits the standard <meta name="go-import"> tag pointing at the canonical GitHub repo:
<meta name="go-import" content="go.dagstack.dev/config git https://github.com/dagstack/config-go">go get go.dagstack.dev/config queries https://go.dagstack.dev/config?go-get=1, parses the meta tag, and clones the GitHub repo behind the vanity URL.
- Create
<module>/index.htmlmirroringconfig/index.htmlwith new module name. - Update root
index.htmlto list the module. - Commit + push — GitHub Pages auto-deploys.
- DNS CNAME
go.dagstack.dev→dagstack.github.io. - This repo
dagstack/go-vanityhas Pages enabled (Settings → Pages → Source: deploy frommainbranch / root). - File
CNAME(root) =go.dagstack.dev— tells GH Pages the custom domain.