jsonresume-theme-onepage

0.0.3 • Public • Published

jsonresume-theme-onepage

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

sudo npm install -g resume-cli
git clone https://github.com/ainsleyc/jsonresume-theme-onepage.git
cd jsonresume-theme-onepage
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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    12
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    12
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i jsonresume-theme-onepage

Weekly Downloads

13

Version

0.0.3

License

MIT

Last publish

Collaborators

  • ainsleychong