This is my CV, written as a JSON Resume document
(resume.json) and rendered to HTML and PDF using
resumed with the
jsonresume-theme-even
theme.
Published at https://pierre.guinoiseau.nz/ (PDF: https://pierre.guinoiseau.nz/resume.pdf).
Install dependencies:
npm ciValidate the resume against the JSON Resume schema:
npx resumed validate resume.jsonRender to HTML:
npx resumed render resume.json \
--theme jsonresume-theme-even \
--output resume.htmlExport to PDF (uses Puppeteer):
npx resumed export resume.json \
--theme jsonresume-theme-even \
--output resume.pdf