Skip to content

nickgraffis/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b41de3 Β· Dec 20, 2023

History

28 Commits
Jul 10, 2021
Dec 8, 2021
Jul 10, 2021
Dec 20, 2023
May 22, 2021
May 22, 2021
May 23, 2021
Mar 30, 2023
Jul 10, 2021
Jul 10, 2021
May 22, 2021
May 22, 2021
May 22, 2021
Jul 10, 2021
Jul 10, 2021
Apr 26, 2022
Jul 10, 2021
May 22, 2021

Repository files navigation

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