web analytics

 

CLAUDE.md

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

Project Overview

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.

Development Commands

Local Development

# 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

GitHub Pages Deployment

Architecture

Site Structure

Content Management

Configuration

Key Files for Editing

Adding Blog Posts

Modifying Layout/Design

Site Configuration