Static site for bitofmind.com, hosted on GitHub Pages.
Migrated 2026-08-13 from the "OurWay" website builder (ourwayapp.com on AWS), which
served the domain over plain HTTP only — its TLS certificate was issued for
ourwayapp.com, so https://bitofmind.com failed hostname verification.
GitHub Pages provides a proper auto-renewing certificate for the custom domain.
index.html— the page. Plain HTML/CSS, no Bootstrap or jQuery (the old builder loaded both but used neither). Fonts: Michroma + Roboto via Google Fonts, matching the original.bg.jpg— background photograph, now self-hosted. It previously loaded from the builder's S3 bucket, which would have disappeared with the old host..nojekyll— required. Without it GitHub Pages runs Jekyll, which silently ignores dot-directories, and/.well-known/returns 404..well-known/appspecific/— where the Tesla Fleet API public key goes.
MX records. The zone carries Google Workspace mail
(ASPMX.L.GOOGLE.COM. and friends). Changing A/CNAME records does not affect
mail, but deleting the MX rows would silently break email for the domain.
Leave the NS records (ns1/ns2.loopia.se.) alone as well.
Loopia has a "Återställ DNS-backup" button — the safety net if anything goes wrong.
- In Loopia DNS, point
bitofmind.comat GitHub Pages:- remove the old
Arecord35.167.226.66(the OurWay host) - four
Arecords for the apex:185.199.108.153,185.199.109.153,185.199.110.153,185.199.111.153 - optionally four
AAAArecords:2606:50c0:8000::153,2606:50c0:8001::153,2606:50c0:8002::153,2606:50c0:8003::153 wwwasCNAMEtobitofmind.github.io
- remove the old
- Repo Settings → Pages → Custom domain →
bitofmind.com→ Enforce HTTPS - Wait for the certificate to be issued (usually minutes).