Skip to content

Resume fork of Awesome-CV, done in LaTeX, with Gitlab CI/CD Integration and automatic updating

Notifications You must be signed in to change notification settings

xenithorb/resume

Repository files navigation

pipeline status

Usage (Docker style)

To generate a PDF from this LaTeX code, navigate to this folder in a terminal and run:

docker build -t resume . && docker run -it -v "$PWD:/src:Z" resume

Alternatively, which runs the same command above and more:

$ make update
- Building resume docker container image...
Done.
- Running LaTeX docker container to convert to PDF...
- Converting resume.tex to resume.pdf
- Converting resume.pdf to resume.png
Done.
- Adding resume.pdf resume-*.png to the git index
- Committing files to the git repository
[master 36f6502] Update current version PNG images and PDF
 2 files changed, 0 insertions(+), 0 deletions(-)
 rewrite resume-1.png (89%)
 rewrite resume.pdf (76%)

Usage (Classic on Fedora)

To generate a PDF from this LaTeX code, navigate to this folder in a terminal and run:

dnf install -y texlive-scheme-small poppler-utils
make 

Or

make resume.pdf
make resume.png

Requirements (without docker)

You will need to have xelatex installed on your machine. On Fedora:

sudo dnf install -y texlive-scheme-small

Current Version

About

Resume fork of Awesome-CV, done in LaTeX, with Gitlab CI/CD Integration and automatic updating

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages