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

https://github.com/dev-ritik/resume

My resume in tex
https://github.com/dev-ritik/resume

Last synced: about 2 months ago
JSON representation

My resume in tex

Awesome Lists containing this project

README

        

# Résumé
Hey there! I’m [Ritik Kumar](https://ritik.ml), a graduate from Indian Institute of Technology, Roorkee. I am a Backend Developer interested in Computer networks.

This repository hosts my résumé and is generated dynamically while updating the `tex` files using GitHub workflows. The generated pdf is added to the `gh-pages` branch and is hosted using Github pages.

## Instruction
To compile with XeLaTeX:
```
xelatex -interaction=nonstopmode -output-directory=./dist -halt-on-error -jobname=resume main.tex
```

## Credits
- Design Credits: [Deedy Resume](https://github.com/deedy/Deedy-Resume)