Installing • Getting Started • Contributing • Changelog
This LateX project use xelatex to compile so please install it on your system or use a docker image:
docker build -t xelatex .
I was looking for a nice résumé template to write mine and found one by @billryan. I forked his template and made it buildable by Github Actions to deploy it on Github Pages. I also updated the font-awesome font to version v5.15.4 base on the work of @JanHendrikDolling. To compile LateX localy, you can use the following command:
docker run --rm -it -v `pwd`:/data xelatex
Please read CONTRIBUTING.md for more details.
or if you like it simple:
Fork
this repository- Create a
branch
Commit
your changesPush
yourcommits
to thebranch
- Submit a
pull request
You can find more information about Pull Requests here
Check also the list of contributors who helped on this project.