Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tethik/curriculum-vitae
CI/CD for my CV
https://github.com/tethik/curriculum-vitae
cd ci circleci cv latex
Last synced: about 1 month ago
JSON representation
CI/CD for my CV
- Host: GitHub
- URL: https://github.com/tethik/curriculum-vitae
- Owner: Tethik
- License: mit
- Created: 2018-05-07T19:13:24.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-15T18:43:48.000Z (3 months ago)
- Last Synced: 2024-11-10T06:39:20.678Z (2 months ago)
- Topics: cd, ci, circleci, cv, latex
- Language: TeX
- Size: 2.25 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curriculum-vitae
[![CircleCI](https://circleci.com/gh/Tethik/curriculum-vitae/tree/develop.svg?style=svg)](https://circleci.com/gh/Tethik/curriculum-vitae/tree/develop)CI/CD for my CV.
The LateX in this repo gets built on CircleCI via a Docker image. The pdf is committed and pushed back into
this repo onto the master branch, which is served by github pages.You can access the final result here:
https://tethik.github.io/curriculum-vitae/cv.pdf## Building using docker
```
docker run --rm -v $(pwd):/data tethik/xelatex make
```## Credits
- LateX template originally was taken from sharelatex.
- [This docker xelatex image](https://github.com/moss-it/docker-xelatex)