An elegant CV/Resume template generator loading from config file. Ideal CV/Resume template for Github Pages.
- Fork this Repo
npm install
- Edit
/data/resume.js
to fit your own personal information. - Serving:
npm run start
- Building:
npm run build
- Deploying to
gh-pages
branch:npm run deploy
(Building included)