0.1.10 • Published 6 months ago

jsonresume-theme-rose-go v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

JSONResume-theme-rose-go

A straightforward jsonresume theme that is a derivative of JSONResume-theme-onepage

  • Removed profile pic
  • Updated headings

Example

http://themes.jsonresume.org/theme/rose-go


Usage

npm install jsonresume-theme-rose-go

resume export resume.pdf --format pdf --theme jsonresume-theme-straightforward
resume export resume.html --format html --theme jsonresume-theme-straightforward

If you have multiple resume.json files you can specify the input json file and output file name like below

npm resume export MyResumeName --format pdf --resume ".\JSONResumeRose.json" --theme rose-go 
npm resume export MyResumeName --format html --resume ".\JSONResumeRose.json" --theme rose-go 

Running

sudo npm install -g resume-cli
git clone https://github.com/roseannwright/jsonresume-theme-rose-go.git
cd jsonresume-theme-rose-go
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" }
]

Why, Oh, WHy?

I really wanted to take the opportunity to delve into something different and uncomfortable. This is my first time touching handlebars, markdown, and finally beginnging to get a grasp of npm modules.

0.1.10

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago