In this repository you can find my resume and the style files used to create it.
Things I would like to add:
- A dark mode
- ✅ A short description of myself and goals
- Add side projects
- ✅ Include thesis title
- Make Spanish version
- Use better CSS layout
GitHub actions should take care of building, an .html, .pdf, .md and .docx as release artifacts.
To force a reease follow this steps:
- Commit your changes
- Add a tag with
git tag "v{version-number}" main - Then push the tag to GitHub
git push origin v{version-number}
To build locally use make. To compile a PDF run make pdf and a web version with make html. It requires pandoc and
a chrome based browser. Running make all builds the resume in the formats above plus .docx and plain text (markdown).