CLAUDE.md

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

Build Commands

# Install dependencies (first time setup)
bundle install

# Run local development server (serves at http://localhost:4000)
bundle exec jekyll serve

# Build site for production (output to _site/)
bundle exec jekyll build

Architecture

This is a Jekyll-based personal website hosted on GitHub Pages at jeremybernste.in.

Key Directories

Page Front Matter

Pages use this front matter pattern:

---
layout: default
title: Page Title
alt_title: Navigation Label  # shown in nav menu
order: 1                     # menu ordering
---

Content Sections

Each main section has a distinct background color defined in css/screen.css:

Technologies

License