This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a GitHub Pages site (shanwayne.github.io) using the Jekyll Cayman theme. Content is served directly by GitHub Pages — there is no local build step required.
index.html— main page (raw HTML, no Jekyll front matter)README.md— rendered as site content by GitHub Pages_config.yml— Jekyll config, currently only setstheme: jekyll-theme-cayman
To preview the site locally with Jekyll:
gem install bundler jekyll
jekyll serveThen open http://localhost:4000.
Push to master — GitHub Pages rebuilds and deploys automatically.