Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.27 KB

File metadata and controls

34 lines (24 loc) · 1.27 KB

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

This is a GitHub Pages personal website repository (bluevariable.github.io). It deploys automatically to GitHub Pages on every push to main.

Deployment

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.

Structure

/
├── 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

Development Notes

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.