https://github.com/fildon/cv
My online CV
https://github.com/fildon/cv
Last synced: 3 months ago
JSON representation
My online CV
- Host: GitHub
- URL: https://github.com/fildon/cv
- Owner: fildon
- Created: 2023-05-16T12:52:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T20:03:30.000Z (over 2 years ago)
- Last Synced: 2025-01-19T20:17:46.731Z (over 1 year ago)
- Language: HTML
- Size: 807 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV
My online CV. Hosted at [rupertmckay.com/cv](https://rupertmckay.com/cv).
## Generate PDF
The HTML is the source of truth. To generate a PDF version:
```sh
npm install
npm run generate-pdf
```
This outputs `assets/rupertmckay.pdf` using Puppeteer to render the HTML with print-optimised styles.