https://github.com/lapostoj/cv
CV - Resume
https://github.com/lapostoj/cv
cv docker html resume wkhtmltopdf
Last synced: about 2 months ago
JSON representation
CV - Resume
- Host: GitHub
- URL: https://github.com/lapostoj/cv
- Owner: lapostoj
- Created: 2018-06-01T22:04:12.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T09:50:55.000Z (over 2 years ago)
- Last Synced: 2025-02-08T13:11:33.891Z (3 months ago)
- Topics: cv, docker, html, resume, wkhtmltopdf
- Language: HTML
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV
Author: lapostoj
Contact: [email protected]
## Description
Html version of my CV (non filtered) used to generate PDF versions by keeping only the relevant parts depending on the context of the application.
## Usage
You need to have docker installed.
Build the docker image by running
```bash
docker build -t cv-generate .
```Run the image in a container with the current folder being mounted to /root/out.
```bash
docker run --name cv-generate --rm --mount type=bind,source="$(pwd)",target=/root/out -it cv-generate bash
```The generated pdf will be in the current folder as `cv.pdf`.