A CV built as a web app and prints perfectly on A4 papers.
- Perfect print to A4. This is just a web app that's made to be printable, you'll see exactly what will be printed.
- Set quick data (name, website, etc) in a json file, and larger texts (like your cover letter) in a markdown file. The app knows how to pull its data from those.
- This serves as a CV template example. You can clone this and change it however you like.
Configurable things are all put under src/content:
- config.json: Contains quick data and some configuration options
- oss-projects.json: Contains open source projects you want to display
- cover-letter.md: Your cover letter
- profile.md: A small intro about yourself
- work.md: Past and current work experience
- certs.md: Certifications and memberships you've attained
Your picture is at src/assets/pic.png.
Tip: You can make this grayscale by setting
grayscalePicture
totrue
in config.json.
npm install
npm start
Then open http://localhost:8080.
Hit Ctrl+P in google chrome and print to pdf or a printer.