CLAUDE.md

CLAUDE.md

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

Project Overview

Jekyll-based personal website and blog hosted on GitHub Pages at ishdhand.me. The site showcases research publications and contains a blog about quantum optics and quantum computing.

Build Commands

# Install dependencies (to local vendor/bundle directory)
bundle config set --local path 'vendor/bundle'
bundle install

# Local development server (http://localhost:4000)
bundle exec jekyll serve

# Build static site to _site/
bundle exec jekyll build

Deployment

GitHub Pages automatically builds and deploys when commits are pushed to the master branch. No CI/CD configuration is needed.

Architecture

Key Integrations

Blog Post Format

Posts use <!--more--> as excerpt separator. Front matter includes title, date, and optional math: true for MathJax.