Inspired by https://github.com/paskal/resume.
Enjoy your local Resume.io 🤩
Use cases:
- separate data and the view for cv
- create pdf versions on the fly
- use different themes
- serve cv from the web-site
Just fork/download, update resume.json, then use provided commands to build nice resume locally.
- Docker installed
Set THEME in config file to one
of existing themes
To build JSON Resume local image
Run from the console from the project root directory
make imagePreview generated resume on localhost:4000
make servemake htmlThere are 2 options. First one is "native" and the second one was found during development and potentially more customisable. The default one provides better result, v2 is left for further investigations.
make pdfThis version requires html file created in cv directory
make html
make pdf_v2Rename or delete existing resume.json, then
make init