0.0.19 • Published 5 years ago

jsonresume-theme-onepage-mrseanryan v0.0.19

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

jsonresume-theme-onepage-mrseanryan

A tweaked version of 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.

MODIFIED by mrseanryan:

  • resume.json extended to extensibly have more sections (under 'basics' so is still parseable by standard themes)
  • allow highlights to have a hierarchy ('-' bullet points)
  • slightly bigger font
  • show only 'website' not the full list of networks/profiles
  • allow a section to have preceding blank lines, for a page-break
  • other minor tweaks

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.

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago