Single-file static site for smallwonder.nz hosted on GitHub Pages.
index.html— minimal accessible pagestyles.css— tiny stylesheet with brand palettefavicon.svg— simple iconCNAME— configured tosmallwonder.nz
- Name: Small Wonder
- Tagline: Baby Massage Coaching
- Contact:
hello@smallwonder.nz
- Create a public repo named
smallwonderunder your GitHub account. - Add these files and push to the
mainbranch. - In repo Settings → Pages:
- Source:
mainbranch,/ (root) - Custom domain:
smallwonder.nz - After DNS resolves, tick “Enforce HTTPS”.
- Source:
Replace GITHUB_USER with your username.
# from repo root
# git init && git add . && git commit -m "Initial placeholder"
# git remote add origin git@github.com:GITHUB_USER/smallwonder.git
# git branch -M main && git push -u origin mainAdd these records for the zone smallwonder.nz:
Apex smallwonder.nz (A):
- 185.199.108.153
- 185.199.109.153
- 185.199.110.153
- 185.199.111.153
www.smallwonder.nz (CNAME):
- Target:
smallwonder.nz
Optional IPv6 (AAAA) — confirm current values in GitHub Pages docs:
- 2606:50c:8000::153
- 2606:50c:8001::153
- 2606:50c:8002::153
- 2606:50c:8003::153
Propagation may take time. Once GitHub verifies the domain, enable HTTPS in Pages settings.
Open index.html in a browser. No build steps.
Public domain (CC0) or adapt as you wish.