See @AGENTS.md for complete project documentation, architecture, and guidelines.
hugo --cleanDestinationDir # Build site
make serve # Start Hugo dev server
make photo-poster # Start photo posting tool- smoke-test - Verify site builds and loads (uses Playwright MCP)
- visual-debug - Debug frontend with browser automation
- figma-implementer - Convert Figma designs to HTML/CSS/JS
Configured in .claude/settings.local.json:
- Hugo commands (version, serve, build)
- Make commands (serve, photo-poster)
This repository uses unified AI instructions:
.cursor/- Canonical source for agents and skills.claude/- Symlinks to .cursor/ directoriesAGENTS.md- Universal project instructions- Skills follow Agent Skills standard
- Read @AGENTS.md for project context
- Check available skills in .claude/skills/
- For Hugo work: remember layouts/ override pattern
- Use agents for specialized tasks (Figma conversion)
- Test with smoke-test skill before committing
- Theme: LoveIt (vendored)
- Override pattern: layouts/ not themes/LoveIt/
- Build: Always use --cleanDestinationDir
- Server: Port 1313 (HTTP only, no HTTPS)
For complete architecture, conventions, and patterns: @AGENTS.md