Skip to content

peikk0/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipeline status

About

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).

Build

Install dependencies:

npm ci

Validate the resume against the JSON Resume schema:

npx resumed validate resume.json

Render to HTML:

npx resumed render resume.json \
  --theme jsonresume-theme-even \
  --output resume.html

Export to PDF (uses Puppeteer):

npx resumed export resume.json \
  --theme jsonresume-theme-even \
  --output resume.pdf

Packages

 
 
 

Contributors