jsonresume-theme-stackoverflow2

Stack Overflow theme modified for JSON Resume


Keywords
jsonresume, stackoverflow-theme
License
MIT
Install
npm install jsonresume-theme-stackoverflow2@2.0.0

Documentation

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