https://github.com/osbm/osbm-cv
CV builder. Yay, it works!
https://github.com/osbm/osbm-cv
docker latex resume
Last synced: over 1 year ago
JSON representation
CV builder. Yay, it works!
- Host: GitHub
- URL: https://github.com/osbm/osbm-cv
- Owner: osbm
- License: mit
- Created: 2022-02-25T12:35:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T23:51:11.000Z (over 1 year ago)
- Last Synced: 2025-03-23T00:24:36.155Z (over 1 year ago)
- Topics: docker, latex, resume
- Language: TeX
- Homepage: https://osbm.github.io/osbm-CV/resume.pdf
- Size: 6.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my resume
[](https://github.com/osbm/osbm-CV/actions/workflows/build_publish_documents.yml)
You can view the latest version of my resume [here](https://osbm.github.io/osbm-CV/resume.pdf)
When I update this [Dockerfile](https://github.com/osbm/osbm-CV/blob/main/Dockerfile), the repository automatically updates the [docker image on dockerhub](https://hub.docker.com/r/osbm/osbm-cv) with github actions. Isn't it awesome. :)
---
Build using docker
```
docker build -t osbm-cv .
docker run --rm -i -v $(pwd):/data osbm-cv xelatex main.tex
```
Or you could just copy `resume.tex` file and `resume-class.cls` files to [Overleaf](https://www.overleaf.com/) and build it on the browser.