Personal resume created using https://jsonresume.org/. It uses Eloquent
theme for the HTML and Classy
theme for the PDF.
- Node.js
- npm
I like working with nvm. Install nvm and then run:
nvm install --lts
This will install Node.js and npm.
- Run
npm install
- create JSON schema (http://registry.jsonresume.org/) and saved it locally as
resume.json
npm run generate-html
npm run generate-pdf
Netlify will deploy when new commits are added to the main
branch. This script will simply generate the new HTML, commit your changes (without adding new, untracked files) and push to the main
branch. This is not best practice but this is just a simple resume repo.
npm run deploy