jsonresume-theme-rose-go
v0.1.10
Published
Attempted theme for JSON Resume
Downloads
4
Readme
JSONResume-theme-rose-go
A straightforward jsonresume theme that is a derivative of JSONResume-theme-onepage
- [x] Removed profile pic
- [x] 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.