Skip to content

pace efficient resume theme. Based on onepage theme by Ainsley Chong

Notifications You must be signed in to change notification settings

MetroidHunter/jsonresume-theme-onepage-efficient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonresume-theme-onepage-efficient

Originally by Ainsley Chong, Ive modified this to provide a few more helpful things:

  • Grouping jobs by company
  • Skills moved to the top
  • Dates rendered as <3 word abbr> (eg. Nov 2007, Mar 1998, etc.)
  • Print margins smaller to take up more of the page

A compact theme for JSON Resume, designed for printing.

Tries to fit as much information as possible onto a single page without making sections look cluttered.

Original repo: https://github.com/ainsleyc/jsonresume-theme-onepage

Example

http://themes.jsonresume.org/theme/onepage-efficient

Running

sudo npm install -g resume-cli
git clone https://github.com/MetroidHunter/jsonresume-theme-onepage-efficient.git
cd jsonresume-theme-onepage-efficient
resume serve

You can print directly from the served html.

Options

For the "experience" and "skills" sections, you can optionally replace the "highlights" list with a "details" list with this format:

"details": [
  { "text": "Javascript", "comment": "expert" },
  { "text": "Coffeescript", "comment": "expert" },
  { "text": "Ruby", "comment": "competent" },
  { "text": "Java", "comment": "novice" }
]

See included resume.json for more details.

About

pace efficient resume theme. Based on onepage theme by Ainsley Chong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published