Add Claude Code configuration files

- Add CLAUDE.md with project documentation for Claude Code
- Add .claude/settings.local.json with local settings
- These files help Claude Code understand the blog structure and provide better assistance

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2025-09-22 19:34:03 -04:00
parent 718ffb1638
commit 2083d5931b
2 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(hugo:*)",
"Bash(find:*)"
],
"deny": [],
"ask": []
}
}