This repository contains my professional curriculum vitae, managed as code using the YAML format and RenderCV.
Unlike traditional CVs edited manually in word processors, this project uses a "CV-as-code" approach. The information is maintained in a structured data file (JOSE_GUTIERREZ_CV.yaml), which allows for:
- Versatility: Generate multiple formats (PDF, HTML, Markdown) from a single source.
- Version Control: Track changes through Git.
- Consistency: Professional design guaranteed by predefined templates.
This CV is powered by RenderCV, an open-source tool that transforms YAML files into resumes with professional typography (utilizing LaTeX/Typst under the hood, without the need to write complex code).
You can check the official RenderCV Documentation for more details on how to customize the design or fields.
JOSE_GUTIERREZ_CV.yaml: The main file containing all my profile information, experience, education, and skills.README.md: This informative file.
If you want to render the CV yourself, make sure you have Python installed and follow these steps:
-
Install RenderCV:
pip install "rendercv[full]" -
Render the YAML file:
rendercv render JOSE_GUTIERREZ_CV.yaml
This will create a folder named output (or similar, depending on settings) with the PDF version and other formats.
José D. Gutiérrez