4 Commits

Author SHA1 Message Date
9739cc749a fix: add nginx config for Jekyll clean URLs
Configure nginx to try .html extension for clean URLs like /music/shadow

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 15:53:06 +01:00
5e97535082 fix: install pnpm via npm instead of corepack
Some checks failed
Deploy Jekyll site to Pages / deploy (push) Has been cancelled
Deploy Jekyll site to Pages / build (push) Has been cancelled
Alpine npm package doesn't include corepack. Install pnpm globally via npm instead.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 15:41:48 +01:00
e9285418b1 feat: add pnpm build step to Dockerfile
Some checks failed
Deploy Jekyll site to Pages / build (push) Has been cancelled
Deploy Jekyll site to Pages / deploy (push) Has been cancelled
Add Node.js and pnpm to build stage to run `pnpm build:all` before Jekyll build. This ensures all assets are properly built before site generation.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 15:40:34 +01:00
1951554367 feat: add Dockerfile for Coolify deployment
Some checks failed
Deploy Jekyll site to Pages / build (push) Has been cancelled
Deploy Jekyll site to Pages / deploy (push) Has been cancelled
Multi-stage build:
- Stage 1: Build Jekyll site with Ruby 3.4.1
- Stage 2: Serve with nginx:alpine

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 15:24:38 +01:00