Add blog posts, cleanup unused files, update components
- Add 100 blog posts covering AI, development, and tech topics - Add .env.example for environment configuration - Add accessibility and lighthouse audit scripts - Remove obsolete SEO reports and temporary files - Remove dev-dist build artifacts and backup files - Remove unused portrait images (moved/consolidated elsewhere) - Update contact form and component improvements Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -50,7 +50,24 @@
|
||||
"Bash(npm init -y)",
|
||||
"Bash(npx create-next-app@latest:*)",
|
||||
"Bash(echo \"npm install failed with exit code $?\")",
|
||||
"Bash(echo:*)"
|
||||
"Bash(echo:*)",
|
||||
"Bash(npm run lint)",
|
||||
"Bash(npx --yes next build:*)",
|
||||
"Bash(pnpm next build:*)",
|
||||
"Bash(timeout /t 2 /nobreak)",
|
||||
"Bash(pnpm list:*)",
|
||||
"WebSearch",
|
||||
"Bash(npx eslint:*)",
|
||||
"WebFetch(domain:platform.openai.com)",
|
||||
"WebFetch(domain:cookbook.openai.com)",
|
||||
"Bash(findstr:*)",
|
||||
"Bash(npm i:*)",
|
||||
"Bash(npm view:*)",
|
||||
"WebFetch(domain:ai.google.dev)",
|
||||
"Bash(copy \"C:\\\\Users\\\\damja\\\\WebstormProjects\\\\Portfolio\\\\Portfolio.png\" \"C:\\\\Users\\\\damja\\\\WebstormProjects\\\\Portfolio\\\\public\\\\hero-portrait.png\")",
|
||||
"Bash(npx playwright:*)",
|
||||
"Bash(npx:*)",
|
||||
"Bash(git reset:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user