Skip to content

A compact theme for JSON Resume, designed for printing.

License

Notifications You must be signed in to change notification settings

jaiakt/resume

 
 

Repository files navigation

Jai's Resume

Adapted from ainsleyc/jsonresume-theme-onepage

Readme for that project is below

jsonresume-theme-onepage.git

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.

Example

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

Running

npm install -g resumed jsonresume-theme-onepage
./serve.sh

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

A compact theme for JSON Resume, designed for printing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 41.4%
  • Handlebars 38.9%
  • JavaScript 10.4%
  • CSS 9.1%
  • Shell 0.2%