You are an amazing developer. Keep your CV on GitHub. Host it on GitHub pages. Have both HTML and PDF versions automatically generated and consistent. This is what good developers do.
Demo: http://sneas.github.io/cv-project.
Real world example: http://sneas.github.io/cv.
GitHub Pages is probably the best place developer could store it's CV. Giving a potential employer a link to your CV stored on GitHub shows your strong desire for automation and definitely stands you out.
The idea behind The Curriculum Vitae Project is to provide anyone a quick solution for managing CV (both HTML and PDF versions) with GitHub.
- Fork this repo
- Create and clone a new repo
npm install -g git-cp
cd
into the repo's foldergit-cp [email protected]:sneas/cv-project.git
- Install project dependencies with
npm install
- Start local development server with
npm start
. - Update contents of
src
folder to fit your needs. This item is explained below. - Commit your changes.
- Publish your updated CV on GitHub pages with
npm run gh
. - Open
http://your-username.github.io/your-cv-repo
- Have a cookie 🍪
The project uses HandlebarsJS as a template engine.
The main HTML template could be found in src/templates/index.html. Metadata for the template could be found in src/metadata/metadata.js.
Don't forget to update src/assets/favicon.ico. You can generate a new favicon out of your photo with icoconvert.com.