Skip to content

iamdantz/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

José D. Gutiérrez - CV

This repository contains my professional curriculum vitae, managed as code using the YAML format and RenderCV.

🚀 About this project

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.

🛠️ Tools

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.

📂 Repository Structure

  • JOSE_GUTIERREZ_CV.yaml: The main file containing all my profile information, experience, education, and skills.
  • README.md: This informative file.

⚙️ How to generate the CV locally

If you want to render the CV yourself, make sure you have Python installed and follow these steps:

  1. Install RenderCV:

    pip install "rendercv[full]"
  2. 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

About

My automated CV

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors