jsonresume-theme-mint

0.0.1 • Public • Published

jsonresume-theme-mint

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

not-available

Running

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

Readme

Keywords

none

Package Sidebar

Install

npm i jsonresume-theme-mint

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

18.4 kB

Total Files

7

Last publish

Collaborators

  • neoromantique