The most up-to-date version of my resumé.
You can download the resumé from the latest release here.
Or view it online here.
Want to use this as a template for your own resumé? Follow these steps:
git clone [email protected]:aelxxs/resume.git
cd resume
Then, update the src/resume.tex
file with your own information. If you want to view changes you've made, run the following command:
pdflatex src/resume.tex
or use overleaf to edit and view changes in real time.
Once you're finished making changes, you can push them to GitHub and it will automatically build the resumé and upload it to the latest release.
git add .
git commit -m "feat: update resume"
git push
The CI script is located in .github/workflows/tex-to-pdf.yml
or you can view it here
Don't. This is my resumé, but if you want to use it as a template for your own resumé, feel free to fork it and make changes to your own copy.
If you find a typo or formatting issue, feel free to open an issue or submit a pull request.
Otherwise, if you have any suggestions for improvements, open an issue or submit a pull request. I'm always looking for ways to improve my resumé!
I can't remember where I got the original template from, but I've made a lot of changes to it since then.
Distributed under the MIT License. See LICENSE
for more information.