This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
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.
# Install dependencies
bundle install
# Serve site locally for development
bundle exec jekyll serve
# Build site for production
bundle exec jekyll build
_config.yml
- Main Jekyll configuration file with site settings, theme configuration, and plugin definitions_posts/
- Blog posts in Markdown format with YAML front matter_portfolio/
- Portfolio project pages showcasing work_pages/
- Static pages (about, contact, etc.)_data/navigation.yml
- Site navigation menu configurationassets/
- Static assets (images, etc.)index.html
- Homepage using the ‘home’ layout from Minimal Mistakes thememmistakes/minimal-mistakes
as remote theme/:categories/:title/
/:collection/:path/