Skip to content

evanplaice/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evan Plaice's Resume

The master branch contains the 'generic' version of my resume. Feature branches contain employer-specific versions.

Versions

Usage

Create/update a resume.json file in the project root

Validate the resume contents with

npm run validate

Build the JSON/HTML/PDF outputs

npm run build

Filtering

Since it's usually desirable to trim a resume down to a consumable size, this utility includes the ability to selectively add/remove different sections of the source.

resume.config.js

module.exports = {
  // Whitelist Sections
  sections: [
    'basics',
    'work',
    'volunteer',
    'education',
    'skills',
    'interests',
    'references',
    'projects',
  ],
  // Whitelist Jobs by Employer Name
  jobs: [
    'Open Source',
    'Coder Technologies Inc',
    'JPA Inc (RIOS)'
  ],
  // Whitelist Projects by Name
  projects: [
    '@VanillaWC',
    '@VanillaES',
    'RIOS'
  ]
}

License

Non-Source Content

All non-source-code content herein is covered under the Creative Commons CC-BY-SA 4.0 license.

Source Code

Source Code is licensed under MIT

About

A repo to track my resume

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors