Static site for Eigenforma — an independent research studio.
Fully self-contained: no external fonts, scripts, or images. No build step. No JavaScript.
| File | Purpose |
|---|---|
index.html |
The site |
styles.css |
All styling; light and dark themes via prefers-color-scheme |
logo.svg |
Logomark (fixed colors, for rasterization / org avatar) |
favicon.svg |
Theme-aware favicon |
404.html |
Not-found page |
CNAME |
Custom domain for GitHub Pages |
-
Create the repository
eigenforma/eigenforma.github.io(public). -
Push this directory to it:
git remote add origin git@github.com:eigenforma/eigenforma.github.io.git git push -u origin main
-
In the repo: Settings → Pages → Source: Deploy from a branch → Branch: main, folder: / (root). Save.
-
Under Custom domain, enter
eigenforma.comand save (the committedCNAMEfile keeps this setting across pushes). Once the DNS check passes, enable Enforce HTTPS.
Apex (eigenforma.com):
| Type | Value |
|---|---|
| A | 185.199.108.153 |
| A | 185.199.109.153 |
| A | 185.199.110.153 |
| A | 185.199.111.153 |
| AAAA | 2606:50c0:8000::153 |
| AAAA | 2606:50c0:8001::153 |
| AAAA | 2606:50c0:8002::153 |
| AAAA | 2606:50c0:8003::153 |
www subdomain:
| Type | Name | Value |
|---|---|---|
| CNAME | www | eigenforma.github.io |
Rasterize logo.svg to a square PNG (512×512 or larger) for the GitHub org avatar. The SVG has a transparent background; add a solid background (#fbfbfa) before rasterizing if the target surface is unknown.