Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)