2.0.0 • Published 4 years ago

jsonresume-theme-stackoverflow2 v2.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

Stack Overflow theme 2 for jsonresume

DEMO

Here is an image and html link to how my resume looks after applying this theme. http://hearsid.github.io/resume/SiddharthSharma.htm alt text

Features other than the original json resume stackoverflow theme:

  • Printable version with custom CSS. To make the above work use wkhtmltopdf terminal software. You may need to zoom argument/feature to get a presentable pdf version. ( e.g. wkhtmltopdf --zoom 4 http://127.0.0.1:4000 resume.pdf )
  • Added pointer and date to the awards list.

DEMO

Getting started

Install the command line

Create your resume in json on jsonresume

The official resume-cli to run the development server.

Go ahead and install it:

npm install -g resume-cli

Install and serve theme

Clone the repository

npm install jsonresume-theme-stackoverflow2

then change directory:

cd node_modules/jsonresume-theme-stackoverflow2/

And simply run:

resume serve

You should now see this message:

Preview: http://localhost:4000
Press ctrl-c to stop

NOTE : To see detailed documentation see the original parent theme which is jsonresume-theme-stackoverflow

2.0.0

4 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago