CLAUDE.md

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

Development Commands

# Install Ruby dependencies
bundle install

# Start local dev server (watches for changes)
./serve.sh
# or directly:
bundle exec jekyll serve --watch

The generated site outputs to _site/ (git-ignored).

Architecture

Personal portfolio/resume website built with Jekyll 4.3.2 and hosted on GitHub Pages at abrahamcuenca.com.

Template system:

Styling:

JavaScript:

Content:

Plugins: jekyll-feed, jekyll-paginate, jekyll-sitemap