Here is an image and html link to how my resume looks after applying this theme. http://hearsid.github.io/resume/SiddharthSharma.htm
- 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.
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
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