This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
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.
# 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
GitHub Pages automatically builds and deploys when commits are pushed to the master branch. No CI/CD configuration is needed.
Posts use <!--more--> as excerpt separator. Front matter includes title, date, and optional math: true for MathJax.