https://github.com/szykol/resume
Repo for my resume. Written in LaTex. Generated into pdf format automatically using github-actions.
https://github.com/szykol/resume
cv github-actions latex resume
Last synced: 2 months ago
JSON representation
Repo for my resume. Written in LaTex. Generated into pdf format automatically using github-actions.
- Host: GitHub
- URL: https://github.com/szykol/resume
- Owner: szykol
- Created: 2024-08-09T15:48:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:01:23.000Z (10 months ago)
- Last Synced: 2025-02-13T12:24:21.817Z (4 months ago)
- Topics: cv, github-actions, latex, resume
- Language: TeX
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
This repository holds source code of my resume.
The resume is written in LaTex.
The PDF format is built using xelatex.This repository uses Github Actions to build and make automatic release of new version of resume on new commit.
For more details see the [build-resume job](.github/workflows/build-resume.yml).The resume can be downloaded in PDF format from the [releases section](https://github.com/szykol/resume/releases).
Or use this direct link to download latest version of the resume: https://github.com/szykol/resume/releases/download/latest/resume.pdf.
## Credits
- [posquit0/Awesome-CV](https://github.com/posquit0/Awesome-CV)
- [resumake](https://latexresu.me/generator/templates)
- [moss/docker-xelatex](https://github.com/moss-it/docker-xelatex)