Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Resume

My resume in JSON Resume format — an open-source standard for resumes.

Usage

Install the CLI

npm install -g resume-cli

Validate

resume validate resume.json

Preview locally

resume serve --theme elegant

This starts a local server where you can preview your resume in the browser.

Export to PDF or HTML

resume export resume.pdf --theme elegant
resume export resume.html --theme elegant

Themes

JSON Resume supports 50+ community themes. Some popular options:

  • elegant - Clean and professional
  • even - Modern and minimal
  • stackoverflow - Developer-focused
  • kendall - Simple and readable

Install a theme:

npm install -g jsonresume-theme-elegant

Then use it with --theme elegant.

Publishing

You can publish your resume to the JSON Resume registry:

resume publish

This hosts it at https://registry.jsonresume.org/[username].

Alternatively, host resume.json in a GitHub Gist and access it via: https://registry.jsonresume.org/[github-username]

Resources

About

my personal resume in JSON format.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors