Dennis Konkol 62ef4deb4f 🔒 Add Pre-Push Hook & Fix GitHub Actions
 Pre-Push Hook System:
- Created scripts/pre-push.sh with comprehensive checks
- Added Git pre-push hook (.git/hooks/pre-push)
- Added npm run pre-push script
- Added npm run lint:fix script

🔧 Pre-Push Checks:
- Dependencies installation (npm ci)
- ESLint validation (npm run lint)
- Test execution (npm run test)
- Build verification (npm run build)
- Security audit (npm audit)
- TypeScript type check (tsc --noEmit)

 GitHub Actions Fix:
- Removed deprecated GHOST_API variables
- Updated environment variables to match current .env
- Fixed test and production environment setup

🎯 Benefits:
- No more failed pushes to GitHub
- All checks run locally before push
- Same checks as GitHub Actions
- Prevents broken code from reaching remote
2025-09-05 23:09:04 +00:00
2025-09-05 22:23:23 +00:00
2025-09-05 22:48:33 +00:00
2025-09-05 23:05:52 +00:00
2025-09-05 21:35:54 +00:00
2025-09-05 23:05:52 +00:00
2025-09-05 23:09:04 +00:00
2025-01-05 13:09:13 +01:00
2025-09-05 19:47:53 +00:00
2025-09-05 19:47:53 +00:00
2025-09-05 19:47:53 +00:00
2025-09-05 21:35:54 +00:00
2025-09-05 21:35:54 +00:00
2025-09-05 21:35:54 +00:00
2025-09-05 21:54:36 +00:00
2025-09-05 21:35:54 +00:00
2025-09-05 19:47:53 +00:00
2025-09-05 22:23:23 +00:00
2025-09-05 23:09:04 +00:00
2025-09-02 23:46:36 +00:00
2025-01-05 17:52:41 +01:00
2025-01-30 12:37:43 +01:00

Dennis Konkol Portfolio - Modern Dark Theme

Ein modernes, responsives Portfolio mit dunklem Design, coolen Animationen und einem integrierten Markdown-Editor.

Features

  • Dunkles Theme mit Glassmorphism-Effekten
  • Responsive Design für alle Geräte
  • Smooth Animationen mit Framer Motion
  • Markdown-Editor für Projekte
  • Admin Dashboard für Content-Management

Technologien

  • Next.js 15 mit App Router
  • TypeScript für Type Safety
  • Tailwind CSS für Styling
  • Framer Motion für Animationen
  • React Markdown für Content

Installation

npm install npm run dev

Verwendung

  • / - Homepage
  • /projects - Alle Projekte
  • /admin - Admin Dashboard mit Markdown-Editor
Description
No description provided
Readme 22 MiB
Languages
TypeScript 79.3%
Shell 15.9%
CSS 2.9%
JavaScript 1.1%
PowerShell 0.4%
Other 0.4%