https://github.com/scriptype/cv
My CV
https://github.com/scriptype/cv
cv
Last synced: 12 months ago
JSON representation
My CV
- Host: GitHub
- URL: https://github.com/scriptype/cv
- Owner: scriptype
- Created: 2023-03-14T08:43:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T20:49:44.000Z (over 1 year ago)
- Last Synced: 2025-03-25T21:11:36.628Z (about 1 year ago)
- Topics: cv
- Language: Handlebars
- Homepage: https://enes.in/cv
- Size: 679 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CV
- See: https://enes.in/cv
- PDF version: https://enes.in/cv?pdf
## Setup
```sh
npm i && npm start
```
## Generate PDF
Run this in a separate shell:
```sh
npm run pdf
```
## Preview
- http://localhost:8888
- http://localhost:8888?pdf
## Deploy to Google Drive
By default, `Google Drive` folder is expected to be in user home folder (`~`).
However, there are npm scripts for `echo`ing path for Google Drive and name of
the output file. Change these fields if needed (Be careful with backslashes).
```sh
npm run deploy
```