CLAUDE.md

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

Overview

Simon Socolow’s personal website and blog — a Jekyll static site forked from Jake Tae’s site, built on the minimal-mistakes theme and served via GitHub Pages at simonsocolow.com (see CNAME).

Commands

bundle install                  # install Ruby gem dependencies (first time / after Gemfile changes)
bundle exec jekyll serve        # local dev server with live reload at http://localhost:4000
bundle exec jekyll build        # build static site into _site/

There is no test suite, linter, or JS build step. _site/ is generated output and is committed but should not be hand-edited.

Architecture

Writing posts

Styling