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 personal website and blog hosted on GitHub Pages at fragkakis.org. It uses the Minimal Mistakes theme (v4.26.2) via remote theme.

Build and Development Commands

# Install dependencies
gem install github-pages

# Run local development server
jekyll serve
# Site available at http://127.0.0.1:4000/

# Build site without serving
jekyll build

GitHub Pages automatically builds and deploys on push to master branch.

Architecture

Theme: Minimal Mistakes remote theme (mmistakes/[email protected])

Content Structure:

Key Configuration:

Conventions

Blog Posts:

</div> `

Layouts Used:

Plugins: jekyll-remote-theme, jekyll-paginate, jekyll-sitemap, jekyll-feed, jekyll-include-cache