feat: new website
This commit is contained in:
commit
a11f391556
65 changed files with 2827 additions and 0 deletions
10
scripts/build-cv.sh
Executable file
10
scripts/build-cv.sh
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue