cv-generator icon indicating copy to clipboard operation
cv-generator copied to clipboard

:memo: An elegant CV/Resume template generator loading from config file. Ideal CV/Resume template for Github Pages.

trafficstars

CV-Generator

An elegant CV/Resume template generator loading from config file. Ideal CV/Resume template for Github Pages.

Online Demo

ScreenShot

Prerequisite

Usage

  1. Fork this Repo
  2. npm install
  3. Edit /data/resume.js to fit your own personal information.
  4. Serving: npm run start
  5. Building: npm run build
  6. Deploying to gh-pages branch: npm run deploy (Building included)