This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a GitHub Pages personal website repository (bluevariable.github.io). It deploys automatically to GitHub Pages on every push to main.
No build step — the entire repository root is deployed as-is via .github/workflows/Deploy.yml. To deploy, push to main.
The site URL corresponds to the GitHub Pages URL for the BlueVariable account.
/
├── index.html ← Studio home (hero, game card, footer)
├── css/
│ └── style.css ← Shared styles (design tokens, nav, layout, components)
├── assets/
│ ├── fonts/
│ │ └── Garet-Heavy.ttf ← Custom font
│ └── images/ ← Image assets
├── templates/
│ └── 01/ ← Template reference files
└── .github/workflows/
└── Deploy.yml ← GitHub Actions deployment to GitHub Pages
Since there is no build tooling, editing files and pushing to main is sufficient to publish changes. There is no local dev server configured — open index.html directly in a browser to preview locally.