Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 763 Bytes

File metadata and controls

28 lines (17 loc) · 763 Bytes

CLAUDE.md

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

Overview

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.

Architecture

  • 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 sets theme: jekyll-theme-cayman

Local Preview

To preview the site locally with Jekyll:

gem install bundler jekyll
jekyll serve

Then open http://localhost:4000.

Deployment

Push to master — GitHub Pages rebuilds and deploys automatically.