CLAUDE.md

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

Project Overview

This is a Jekyll-based blog/portfolio site using the Minimal Mistakes remote theme. The site showcases technical articles on data engineering, machine learning, software architecture, and related topics.

Site Architecture

Post Format

Blog posts follow Jekyll conventions:

Common Development Commands

Local Development

# Install dependencies
bundle install

# Serve site locally with live reload
bundle exec jekyll serve

# Serve with drafts visible
bundle exec jekyll serve --drafts

# Build site without serving
bundle exec jekyll build

Working with Diagrams

The site uses draw.io diagrams embedded in posts. When creating or updating diagrams:

Content Guidelines

Site Configuration

Theme Customization