CLAUDE.md

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

Repository Overview

This is a Jekyll-powered personal website and blog hosted on GitHub Pages. The site uses the Slate theme and serves as Madelyn’s personal portfolio and blog site at madelyn.dev.

Development Commands

Local Development

# Install dependencies
bundle install

# Serve the site locally with live reload
bundle exec jekyll serve

# Build the site
bundle exec jekyll build

Jekyll Commands

Architecture

Site Structure

Content Organization

Theme and Styling

Key Files

GitHub Pages Deployment

The site automatically deploys to GitHub Pages when changes are pushed to the main branch. No manual build or deployment steps are required.