Skip to content

A set of tools and scripts to use with the JSON Resume project, in order to streamline to process of updating your resume

Notifications You must be signed in to change notification settings

robichaudc/json-resume-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Resume Builder

I was looking for a way to automate the process of keeping my CV up-to-date. After researching a few tools, I decided that the JSON Resume project seemed like the best choice.

This repo contains a small script that automates the build process with a few different themes, the idea being that you can make updates and generate your resume in several different themes to see how they look. It can also be configured to generate PDF files in each theme.

There are many different themes available, or you can build your own! Check out mine here!

Import your data

There is a very convenient chrome extension that will pull your data from a linkedIn profile and format into a JSON file. Otherwise you may have to build it yourself.

Initial setup

  • Clone / fork this repo
  • Run setup.sh

Build process

  • Update (data/resume.json) with your own changes
  • Run build.sh, try out different themes
  • Review content and formatting
  • Iterate until satisfied

Publish the final product

  • When ready, create a public Gist on your Github account from your resume.json file
  • The JSON Resume hosting service will automatically detect this when you access https://registry.jsonresume.org/{your_github_username}
  • To set a theme, just add to your resume.json; { "meta": { "theme": "elegant" } }

Documentation

About

A set of tools and scripts to use with the JSON Resume project, in order to streamline to process of updating your resume

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages