Separate build outputs: moonweb -> dist/moonweb/, stefankoelle -> dist/stefankoelle/

- eleventy.config.js: output to dist/moonweb/ (was dist/)
- build-deploy-moonweb.yml: deploy from dist/moonweb/
- package.json: timecapsule copies to dist/moonweb/timecapsule/
- Rename prebuild -> prebuild:cv to prevent npm lifecycle hook from
  running before build (build-pdf.sh was contaminating dist/ with
  stefankoelle output)
This commit is contained in:
2026-09-11 14:17:30 +02:00
parent 9ffbadb3db
commit a5b4a20895
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ npm run dev:timecapsule # timecapsule (localhost:8087)
### Build
```bash
npm run prebuild # pre-build tasks (CV PDF)
npm run prebuild:cv # pre-build tasks (CV PDF)
npm run build # builds all moonweb sites (hub, infra, smarthome, code, retro)
npm run build:stefankoelle # builds stefankoelle.de
npm run build:timecapsule # builds timecapsule