My résumé is created here!
The résumé will be published in a form of GitHub releases.
- To go to the latest release page: Click Here
GitHub Actions are set up for compiling tex file, generating pdf, and pushing to GitHub Releases with calendar versioning. So I will only need to push the resume.tex
to GitHub, and the build system will compile the pdf for me.
.tex
file will be compiled for every push. However, if there's multiple pushs in a day, the last release will replace the others.
The default font is Times New Roman. In addition, there are fontawesome icons (also some sort of font) on the resume. Because of these reasons, the build engine for resume.tex
has to be LuaLaTeX
.
It seems like the CI uses UTC time, so the timezone could be a little bit off. Since the default timezone is most likely going to be UTC for Linux systems, I wouldn't bother to change it to my current timezone.