Single-file static site for https://forgerift.io, served via GitHub Pages.
index.html— full landing page, inline CSS, no build step.CNAME— custom-domain directive for GitHub Pages.
- Create a repo
forgerift/forgerift.github.io(org-level Pages site). - Push this directory's contents to the repo's
mainbranch. - In the repo's Settings → Pages, source =
main/ root. - Configure DNS for
forgerift.io:Arecords pointing at GitHub Pages IPs (185.199.108.153, 185.199.109.153, 185.199.110.153, 185.199.111.153), orCNAMErecord onwww.forgerift.iopointing atforgerift.github.io.
- In repo Settings → Pages → Custom domain, enter
forgerift.ioand enable Enforce HTTPS once the cert provisions.
The CNAME file in this directory is what tells GitHub Pages to serve the custom domain.
When pricing, plugin feature list, or security posture changes, edit index.html directly. There is no build step, no framework, no npm install. git commit && git push publishes.