# resume **Repository Path**: influence/resume ## Basic Information - **Project Name**: resume - **Description**: Resume in markdown - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-03 - **Last Updated**: 2021-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This my resume in markdown format which lets me version, style and generate html and pdf formats using https://github.com/c0bra/markdown-resume-js. The current style supports printing and mobile devices. ## setup * first: npm install (which installs [markdown-resume](https://github.com/there4/markdown-resume)) * second: remove the existing core css files in `node_modules/markdown-resume/assets/css` and move `resume.css` into that dir. __to generate PDF's you'll also need to install: [wkhtmltopdf](https://github.com/pdfkit/pdfkit/wiki/Installing-WKHTMLTOPDF)__. ## generate ```shell node node_modules/markdown-resume/bin/md2resume resume.md node node_modules/markdown-resume/bin/md2resume --pdf resume.md ```