Commit Graph

8 Commits

Author SHA1 Message Date
johannes.gasser 46f73af791 fix build
Build and Deploy / build-and-deploy (push) Failing after 3h14m28s
2026-05-03 21:17:14 +02:00
johannes.gasser a79f24e39b add missing files 2026-05-03 15:40:41 +02:00
johannes.gasser 08c703c9d5 fix build errors 2026-05-03 15:03:01 +02:00
johannes.gasser 8bcd9e63df tailwind 2026-05-03 14:59:47 +02:00
johannes.gasser 41d017b70f initial commit 2026-05-03 10:00:01 +02:00
Johannes Gasser ac2d1f25e5 Fix Astro.glob deprecation warnings
Replace deprecated Astro.glob with import.meta.glob in all pages:
- src/pages/index.astro: Updated homepage to use import.meta.glob
- src/pages/blog/index.astro: Updated blog listing page
- Updated package.json with separate build commands

Changes use import.meta.glob with eager loading and properly extract
slugs from file paths for routing.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-28 17:52:36 +01:00
Johannes Gasser d70897a680 Initial setup of Theater Ziefen website
- Set up Astro with TypeScript
- Integrate TinaCMS for content management
- Create homepage with hero section and recent posts
- Build blog listing and individual post pages
- Add About and Contact pages
- Implement responsive design with theater theme
- Configure Netlify deployment
- Add comprehensive documentation for developers and editors

Tech stack:
- Framework: Astro 5.x
- CMS: TinaCMS with Git-based workflow
- Content: MDX format for blog and pages
- Styling: Scoped CSS with responsive design
- Deployment: Netlify (configured)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-28 17:47:49 +01:00
houston[bot] 8521a41e30 Initial commit from Astro 2026-01-28 17:34:40 +01:00