This repository hosts my Software Engineer resume. The source of my CV is maintained in a YAML file, and it’s rendered into multiple formats (HTML, PDF, Markdown, TeX, PNG) using the RenderCV tool.
-
Make Edits Update the contents of
cv_en.yamlorcv_es.yaml, adding new experience, refining bullet points, etc.). -
Generate All Resume Formats
Run the following command to render your CV in all available formats (HTML, MD, PDF, TeX, and PNG) in therendercv_outputfolder:# After making changes you can just run this command to generate the cv in all formats (html, md, pdf, typ and png) make render # Under the hood, this invokes uv run rendercv render ./cv_en.yaml -o out/en
Thank you for checking out my resume repository!