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 serverbundle exec jekyll build
- Build the sitenpx playwright test
- Run tests
Key Directories
_posts/
- Blog posts organized by category_pages/
- Static pages_layouts/
- Page templates_includes/
- Reusable components_sass/
- Stylingimages/
- Static assets