/resume

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

Primary LanguageTeXApache License 2.0Apache-2.0

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 jai-dewani.github.io/resume

Special mention

  • Thanks to @ronaksakhuja and @rajivnayanc for sharing their @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 gave me the idea to make this a template repository, check out his version

  • Thanks to @harshkapadia2 for sharing his @harshkapadia2/resume repository and giving me some ideas on how I can improve my action file and also pointing out that @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