Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickgraffis/resume
My resume 👨🏻💼
https://github.com/nickgraffis/resume
handlebars handlebars-js resume resume-builder resume-template vite vitejs
Last synced: 6 days ago
JSON representation
My resume 👨🏻💼
- Host: GitHub
- URL: https://github.com/nickgraffis/resume
- Owner: nickgraffis
- License: mit
- Created: 2021-01-27T20:53:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T19:04:52.000Z (11 months ago)
- Last Synced: 2023-12-20T20:24:40.740Z (11 months ago)
- Topics: handlebars, handlebars-js, resume, resume-builder, resume-template, vite, vitejs
- Language: Handlebars
- Homepage: https://resume.nickgraffis.me
- Size: 13.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nick Graffis | Résumé
### Built with [Handlebars](https://handlebarsjs.com), [Vite](https://vitejs.dev), [Puppeteer](https://github.com/puppeteer/puppeteer), and [WindiCSS](https://windicss.org)* 👨🏻💼 This is my personal resume with data based on the [JSON Resume](https://jsonresume.org/) standard.
* 🥸 The development was made super simple with [vite-handlebars-plugin](https://github.com/alexlafroscia/vite-plugin-handlebars/issues), along with some small modifications.
* 🙏🎨 The design was inspired by [antfu's résumé](https://github.com/antfu/resume), which was apparently inspired by [jsonresumetheme-kwon](https://github.com/icoloma/jsonresume-theme-kwan).
* 🌩 Hosted by [Netlify](https://www.netlify.com) @ [resume.nickgraffis.me](https://resume.nickgraffis.me)### 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