main
parent
9006e9ba22
commit
c1370cf6b1
|
|
@ -26,6 +26,10 @@ cp -r ./homebrew/fonts $outdir/public/
|
||||||
|
|
||||||
echo PRINTING PDF
|
echo PRINTING PDF
|
||||||
which google-chrome-stable
|
which google-chrome-stable
|
||||||
|
which miniserve
|
||||||
|
miniserve $outdir/public &
|
||||||
|
pid=${!}
|
||||||
|
until curl localhost:8080; do sleep 5; done
|
||||||
google-chrome-stable \
|
google-chrome-stable \
|
||||||
--no-sandbox \
|
--no-sandbox \
|
||||||
--headless \
|
--headless \
|
||||||
|
|
@ -33,7 +37,8 @@ google-chrome-stable \
|
||||||
--print-to-pdf=$outdir/public/BreeLaPointeResume.pdf \
|
--print-to-pdf=$outdir/public/BreeLaPointeResume.pdf \
|
||||||
--run-all-compositor-stages-before-draw \
|
--run-all-compositor-stages-before-draw \
|
||||||
--no-pdf-header-footer \
|
--no-pdf-header-footer \
|
||||||
$outdir/public
|
http://localhost:8080
|
||||||
|
kill $pid
|
||||||
cat $outdir/public/BreeLaPointeResume.pdf | base64 | tr -d '\n'; echo
|
cat $outdir/public/BreeLaPointeResume.pdf | base64 | tr -d '\n'; echo
|
||||||
false
|
false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,3 +62,4 @@ resume:
|
||||||
- 'Languages: Golang, Bash, Python3'
|
- 'Languages: Golang, Bash, Python3'
|
||||||
- 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, Git'
|
- 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, Jenkins, REST, Microservices, Git'
|
||||||
- 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB'
|
- 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue