CLAUDE.md

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

Project Overview

Personal blog and portfolio site built with Jekyll, hosted on GitHub Pages.

Development Commands

# Install dependencies
bundle install

# Serve locally with live reload and drafts (http://localhost:4000)
bundle exec jekyll serve --livereload --drafts

# Build only (output to _site/)
bundle exec jekyll build

Site Architecture

Content

Layouts

Styling

Deployment

Automatic via GitHub Pages on push to master branch.