Source code for my Resume
Built using https://jsonresume.org.
Want to see it live? Click here
For development:
-
Clone
-
Edit
resume.json
-
npm run test
to run schema validation (Intellisense should take care of this) -
npm run dev
to develop in watch mode -
npm run build
to generate a pdf version of the CV -
Update gist with the content of
resume.json
⚠️ If the pdf is not rendered properly (fit in page), play with settings ofcreatePdf
function (more specifically the call topage.pdf()
) in this filenode_modules\resume-cli\lib\export-resume\index.js
- I removed
format: letter
and usedwidth:length
size. FYI,format: A4
didn't work 😟
width: 2100,
height: 2970,
- is what saved me 😁
width: 1024,
height: 1820,