CLAUDE.md

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

Project Overview

This is Daniel Homola’s personal website built with Jekyll using the Minimal Mistakes theme and hosted on GitHub Pages. The site features blog posts, portfolio projects, and personal information for a senior data scientist & ML engineer.

Development Commands

# Install dependencies
bundle install

# Serve site locally for development
bundle exec jekyll serve

# Build site for production
bundle exec jekyll build

Site Structure

Key Configuration Details

Content Management

Plugins Used