This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a personal website/portfolio built with Jekyll and hosted on GitHub Pages. The site uses Jekyll’s static site generation with GitHub Pages gem for hosting compatibility.
# Install dependencies
bundle install
# Serve the site locally with auto-reload
bundle exec jekyll serve
# Serve with drafts included
bundle exec jekyll serve --drafts
# Build the site (output to _site/)
bundle exec jekyll build
# Clean generated files
bundle exec jekyll clean
master branchgithub-pages gem which includes Jekyll and required pluginsdefault.html: Main page template with header, content area, and footerpost.html: Template for blog postshead.html: HTML head section with meta tags and CSSheader.html: Navigation and site headerfooter.html: Site footerscripts.html: JavaScript includesanalytics.html: Analytics tracking codedisqus.html: Comments integrationpost-list.html: Blog post listing component_config.yml: Jekyll site configuration
Gemfile: Ruby dependencies (github-pages gem).md files in _posts/ with format: YYYY-MM-DD-title.md_layouts/ and _includes/css/ directoryjs/ directory_config.yml for site-wide settingsindex.html for homepage content