Built with Handlebars, Vite, Puppeteer, and WindiCSS
- 👨🏻💼 This is my personal resume with data based on the JSON Resume standard.
- 🥸 The development was made super simple with vite-handlebars-plugin, along with some small modifications.
- 🙏🎨 The design was inspired by antfu's résumé, which was apparently inspired by jsonresumetheme-kwon.
- 🌩 Hosted by Netlify @ resume.nickgraffis.me
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
.