Skip to content

PhillipChaffee/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors