CLAUDE.md

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

Overview

This is a personal academic/portfolio website for Apoorv Umang Saxena, built on the Minimal Mistakes Jekyll theme. The theme files are checked directly into the repo (not installed as a gem). The site is deployed via GitHub Pages.

Commands

# Install dependencies
bundle install

# Serve locally (auto-reloads on file changes)
bundle exec jekyll serve

# Build site
bundle exec jekyll build

# Preview theme test pages (not the personal site)
bundle exec rake preview  # serves at http://localhost:4000/test/

Site Structure

Key Conventions