Adapted from ainsleyc/jsonresume-theme-onepage
Readme for that project is below
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.
http://themes.jsonresume.org/theme/onepage
npm install -g resumed jsonresume-theme-onepage
./serve.sh
You can print directly from the served html.
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.