Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.44 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.44 KB

Nick Graffis | Résumé

Built with Handlebars, Vite, Puppeteer, and WindiCSS

Useage

Create a resume.json that can be used as the context for your handlebars. Additonal context can be created at data.json.
This can be something like an accent color, or some meta data.

Creating Multiple Resumes
The index.html page works with your data.json context and your resume.json resume.
If you would like to create another resume at /other you can do so by creating a directory for that resume.
Inside the directory other add in a resume.json and data.json for context, as-well-as an additional index.html.

When using an additional resume, your PDF will be rendered inside ./dist/other.pdf.

Thanks