CLAUDE.md — GitHub Pages Public Deployment

Project Overview

Build & Development Commands

PATHING GUIDELINES

Because this is a user/organization GitHub Pages site, it is served from the domain root, so root-relative paths are correct and required:

  1. Use root-absolute paths: /css/main.css, /about, /assets/foo.jpg, etc. These resolve correctly since the site lives at the domain root.
  2. Do not prefix paths with a repo name or use a <base> tag — that guidance only applies to project pages (repos named something other than <user>.github.io), which is not the case here.

Notes