Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayushsoni1010/resume

A template repository for automating your resume updating workflow and host it at the same time
https://github.com/ayushsoni1010/resume

automation latex resume

Last synced: about 14 hours ago
JSON representation

A template repository for automating your resume updating workflow and host it at the same time

Awesome Lists containing this project

README

        

# Resume
A repository containing my latex file with github-actions set to create a PDF and push it to `gh-pages` branch which is then hosted so I can easily update my information in latex, push the changes and expect my updates to be reflected in the hosted version of this repo with no hassle.
You can check it out here [ayushsoni1010.com/resume](https://ayushsoni1010.com/resume/)

### Special mention
- Thanks to [@jai-dewani](https://github.com/jai-dewani) and [@rajivnayanc](https://github.com/rajivnayanc) for sharing their [@ronaksakhuja/resume](https://github.com/ronaksakhuja/resume) and <private> repositories for giving me an idea, how I can create an action for compiling the latex file to generate the PDF on the fly on every update (makes my life so easy)

- [@imabp](https://github.com/imabp/) gave me the idea to make this a template repository, check out his [version](https://github.com/imabp/resume)

- Thanks to [@harshkapadia2](https://github.com/harshkapadia2/) for sharing his [@harshkapadia2/resume](https://github.com/harshkapadia2/resume) repository and giving me some ideas on how I can improve my action file and also pointing out that [@himanshusharma89](https://github.com/himanshusharma89/) is using some sort of method to embed his PDF in the HTML view so the mobile users don't need to download the file just for viewing. Checkout this repo here [@himanshusharma89/resume](https://github.com/himanshusharma89/resume/)