creating layout

This commit is contained in:
nathan
2026-07-16 16:36:46 -04:00
parent 8fc2cae0b5
commit 949a50f741
55 changed files with 3790 additions and 0 deletions

29
.claude/settings.json Normal file
View File

@@ -0,0 +1,29 @@
{
"permissions": {
"defaultMode": "acceptEdits",
"allow": [
"Bash(npm install *)",
"Bash(npm run *)",
"Bash(npx @11ty/eleventy *)",
"Bash(npx eleventy *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git status)",
"Bash(git diff *)",
"Bash(git log *)",
"Bash(mkdir *)",
"Bash(ls *)"
],
"ask": [
"Bash(git push *)",
"Bash(npm publish *)"
],
"deny": [
"Read(.env)",
"Read(**/.env*)",
"Bash(rm -rf *)",
"Bash(curl *)",
"Bash(wget *)"
]
}
}