@briankung/jsonresume-theme-onepage-wide

3.0.0 • Public • Published

jsonresume-theme-onepage-wide

A onepage variant with less margin on the left hand side. Can also be seen as a joeytall variant with some modifications, since joeytall is based on onepage. Based on the onepage theme, with modifications carried over from joeytall's theme.

Running

sudo npm install -g resume-cli
git clone https://github.com/briankung/jsonresume-theme-onepage-wide.git
cd jsonresume-theme-onepage-wide
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
  • 3.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.0
    0
  • 2.0.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @briankung/jsonresume-theme-onepage-wide

Weekly Downloads

0

Version

3.0.0

License

MIT

Unpacked Size

22 kB

Total Files

7

Last publish

Collaborators

  • briankung