This is a template of my resume, made with html and sass.
The resume can be exported as a PDF using puppeteer and chromium.
git clone [email protected]:qtsd/resume-template.git
cd resume-template
npm install
Launch the webpack dev server to see your resume :
npm run dev
- Replace all the text wrapped double curly braces
{{text}}
with your informations. - Replace
assets/img/photo.jpg
by your photo.
When you are satisfied, you can export your resume as a PDF by running :
npm run print