CLAUDE.md

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

Overview

Personal academic website for Carole Marullaz (PhD student, University of Zurich). Built with Jekyll using the Minimal Mistakes remote theme (mmistakes/minimal-mistakes), hosted on GitHub Pages.

Development Commands

# Install dependencies
bundle install

# Serve locally (auto-rebuilds on file changes, but NOT on _config.yml changes)
bundle exec jekyll serve

# Build without serving
bundle exec jekyll build

After changing _config.yml, you must restart the server.

Architecture

Key Conventions