Claude Code Configuration

Claude Code Configuration

This is a Jekyll blog project with the following setup:

Project Structure

  • Jekyll static site generator
  • Uses Bundler for Ruby gem management
  • Playwright for testing
  • Blog posts organized by categories (general, tools)
  • Multiple page types (about, projects, contact, etc.)

Available Commands

  • bundle exec jekyll serve - Start development server
  • bundle exec jekyll build - Build the site
  • npx playwright test - Run tests

Key Directories

  • _posts/ - Blog posts organized by category
  • _pages/ - Static pages
  • _layouts/ - Page templates
  • _includes/ - Reusable components
  • _sass/ - Styling
  • images/ - Static assets