Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eigenforma.github.io

Static site for Eigenforma — an independent research studio.

Fully self-contained: no external fonts, scripts, or images. No build step. No JavaScript.

Files

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

Deploy (GitHub Pages, org site)

  1. Create the repository eigenforma/eigenforma.github.io (public).

  2. Push this directory to it:

    git remote add origin git@github.com:eigenforma/eigenforma.github.io.git
    git push -u origin main
  3. In the repo: Settings → Pages → Source: Deploy from a branch → Branch: main, folder: / (root). Save.

  4. Under Custom domain, enter eigenforma.com and save (the committed CNAME file keeps this setting across pushes). Once the DNS check passes, enable Enforce HTTPS.

DNS (at the registrar)

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

Org avatar

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.

Releases

Packages

Contributors

Languages