Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osbm/osbm-cv
CV builder. Yay, it works!
https://github.com/osbm/osbm-cv
docker latex resume
Last synced: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T23:51:05.000Z (about 2 months ago)
- Last Synced: 2024-12-01T00:27:58.311Z (about 2 months ago)
- Topics: docker, latex, resume
- Language: TeX
- Homepage: https://osbm.github.io/osbm-CV/resume.pdf
- Size: 6.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my resume
[![Build and publish documents](https://github.com/osbm/osbm-CV/actions/workflows/build_publish_documents.yml/badge.svg?branch=main)](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.