https://github.com/joakin/resume
Resume
https://github.com/joakin/resume
Last synced: about 1 year ago
JSON representation
Resume
- Host: GitHub
- URL: https://github.com/joakin/resume
- Owner: joakin
- Created: 2014-07-17T12:52:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T10:54:30.000Z (about 1 year ago)
- Last Synced: 2025-04-02T11:34:27.694Z (about 1 year ago)
- Language: HTML
- Size: 16.1 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV
This is my resume.
### How to
Main tasks:
```
# Build the site at static/ and the pdf
npm run build
# Build & watch the site at static/ and the pdf
npx nodemon -e js,ejs,yaml,css -w . -w static/ --exec 'npm run build'
```
Files are generated in a `static/` folder.