pdf generator

This commit is contained in:
2026-08-14 21:06:30 +02:00
parent 53e00d8d3a
commit a29ec1c9b4
9 changed files with 68 additions and 30 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"build:code": "npx @11ty/eleventy --config=code/eleventy.config.js",
"build:retro": "npx @11ty/eleventy --config=retro/eleventy.config.js",
"build:stefankoelle": "npx @11ty/eleventy --config=stefankoelle/eleventy.config.js",
"build": "npm run build:hub && npm run build:infra && npm run build:smarthome && npm run build:code && npm run build:retro && npm run build:stefankoelle"
"build": "npm run build:hub && npm run build:infra && npm run build:smarthome && npm run build:code && npm run build:retro && npm run build:stefankoelle",
"pdf:cv": "bash stefankoelle/pdf/build-pdf.sh"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.6"