AGENTS.md
AGENTS.md
Guidance for Claude Code working in this repository.
Repository
Personal GitHub Pages site (markpaulayers.com) using Jekyll with Minima theme. Builds and deploys automatically on push to main.
Key files:
- README.md - main content
- _config.yml - Jekyll config
- CNAME - domain config
Principles
- Say yes and build
- Name things once
- Assume good intentions
- Keep tools and structure small
- Follow defaults until they fail
- Keep the signal sharp
- Be clear, direct, avoid hedging
Local Preview (Optional)
bundle exec jekyll serve
Creates Gemfile if needed: bundle init && bundle add jekyll minima