This commit is contained in:
Dan Finch 2026-05-19 22:33:32 +02:00
parent 4999423af4
commit 87019379d7
22 changed files with 441 additions and 166 deletions

10
scripts/build-cv.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
mkdir -p dist
thorium-browser \
--headless=new \
--no-sandbox \
--disable-gpu \
--virtual-time-budget=5000 \
--align-pdf-default-print-settings-with-html \
--print-to-pdf="dist/cv.pdf" \
"http://localhost:5173/cv"