Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitofmind.com

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.

Contents

  • 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.
  • .nojekyllrequired. 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.

Going live

⚠️ Do not delete the 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.

  1. In Loopia DNS, point bitofmind.com at GitHub Pages:
    • remove the old A record 35.167.226.66 (the OurWay host)
    • four A records for the apex: 185.199.108.153, 185.199.109.153, 185.199.110.153, 185.199.111.153
    • optionally four AAAA records: 2606:50c0:8000::153, 2606:50c0:8001::153, 2606:50c0:8002::153, 2606:50c0:8003::153
    • www as CNAME to bitofmind.github.io
  2. Repo Settings → Pages → Custom domain → bitofmind.comEnforce HTTPS
  3. Wait for the certificate to be issued (usually minutes).

About

bitofmind.com — static site on GitHub Pages

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages