Skip to content
/ cv Public
forked from mrahhal/cv

A CV template built as a web app. Prints perfectly on A4 papers.

Notifications You must be signed in to change notification settings

alihmd/cv

 
 

Repository files navigation

cv

A CV built as a web app and prints perfectly on A4 papers.

img

img

Overview

  • 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.

Configuration

Configurable things are all put under src/content:

Your picture is at src/assets/pic.png.

Tip: You can choose not to show your picture or make it grayscale by setting pictureHidden and grayscalePicture to true in config.json.

Run

npm install
npm start

Then open http://localhost:8080.

Print

Hit Ctrl P in google chrome and print to pdf or a printer.


(This is forked from cv, credits to @mrahhal)

About

A CV template built as a web app. Prints perfectly on A4 papers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.6%
  • TypeScript 23.8%
  • SCSS 21.6%
  • HTML 2.1%
  • JavaScript 1.9%