Cole Frank

CLAUDE.md

CLAUDE.md

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

What this is

Cole Frank’s personal site — a Jekyll site published via GitHub Pages at colevfrank.github.io. Originally forked from the contrast theme (the upstream README.md is still the theme’s README, not project-specific docs); the visual layer has been substantially rewritten on top of those bones.

Common commands

bundle install                  # install gems (first run / after Gemfile change)
bundle exec jekyll serve        # local dev server with live reload at http://localhost:4000
bundle exec jekyll build        # produce static site into _site/

There are no tests or linters configured.

Architecture notes

Theming

Content surfaces

Styling

Gotchas