https://github.com/serginator/cv2
New CV oriented only to JSONResume
https://github.com/serginator/cv2
cv jsonresume resume
Last synced: 9 months ago
JSON representation
New CV oriented only to JSONResume
- Host: GitHub
- URL: https://github.com/serginator/cv2
- Owner: serginator
- Created: 2019-10-16T19:23:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T13:21:43.000Z (about 1 year ago)
- Last Synced: 2025-03-21T14:25:49.387Z (about 1 year ago)
- Topics: cv, jsonresume, resume
- Language: HTML
- Homepage: http://serginator.github.io/cv2/resume.html
- Size: 917 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CV
==
My CV following [JSON Resume](https://json-schema.org/) schema.
# Resume
- [PDF](out/resume.pdf)
- [HTML](http://serginator.github.io/cv2/resume.html)
- [JSON](resume.json)
- [https://registry.jsonresume.org/serginator](https://registry.jsonresume.org/serginator)
# DEV
## init repo
```sh
git clone git@github.com:serginator/cv2
cd cv2
npm i --no-save
npm run install
```
## validate resume.json
`npm test`
## generate files from resume.json
`npm start`
## deploy to jsonresume.org
`npm run deploy`