Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damoun/resume
📄 An elegant LaTeX résumé template
https://github.com/damoun/resume
cv latex resume
Last synced: about 1 month ago
JSON representation
📄 An elegant LaTeX résumé template
- Host: GitHub
- URL: https://github.com/damoun/resume
- Owner: damoun
- License: mit
- Created: 2021-09-04T21:15:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T03:04:17.000Z (about 2 months ago)
- Last Synced: 2024-10-28T06:44:55.590Z (about 2 months ago)
- Topics: cv, latex, resume
- Language: TeX
- Homepage: https://damien.plenard.me/resume
- Size: 2.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Résumé
An elegant LaTeX résumé template.
Installing •
Getting Started •
Contributing •
Changelog## Installing
This LateX project use [xelatex][xelatex] to compile so please install it on your system or use a docker image:
```sh
docker build -t xelatex .
```## Getting Started
I was looking for a nice résumé template to write mine and found one by [@billryan][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][JanHendrikDolling].
To compile LateX localy, you can use the following command:```sh
docker run --rm -it -v `pwd`:/data xelatex
```## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
> or if you like it simple:
1. `Fork` this repository
2. Create a `branch`
3. `Commit` your changes
4. `Push` your `commits` to the `branch`
5. Submit a `pull request`> You can find more information about Pull Requests [here][pull-request-help]
Check also the [list of contributors](AUTHOR.md#contributors) who helped on this project.
[xelatex]: http://xetex.sourceforge.net
[pull-request-help]: https://help.github.com/categories/collaborating-on-projects-using-pull-requests/
[billryan]: https://github.com/billryan/resume
[JanHendrikDolling]: https://github.com/JanHendrikDolling/latex-fontawesome5