Skip to content

This is a GitHub Repository with my CV generated with RenderCV

Notifications You must be signed in to change notification settings

JavierSanchez-Utges/JSU-CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curriculum Vitae of Javier Sánchez Utgés

This repository contains my personal CV generated with RenderCV. RenderCV is a Python application to create a $\LaTeX$ as a PDF from a JSON/YAML input file. It is really easy to install, run and offers multiple templates and flexibility for customisation. The following start guide is grabbed from their website. You can find their GitHub repository here.

Click here to see the current version of my CV in .PDF format!

DOI

Quick Start Guide

  1. Install Python 3.10 or newer.

  2. Run the command below in a terminal to install RenderCV.

    pip install rendercv
    
  3. Run the command below to generate starting input files.

    rendercv new "Full Name"
    
  4. Edit the contents of Full_Name_CV.yaml in your favorite editor (tip: use an editor that supports JSON Schemas. I used Sublime for example).

  5. Run the command below to generate your CV.

    rendercv render Full_Name_CV.yaml
    

For more instructions, refer to the RenderCV website or their PyPi site.

Output

RenderCV generates rich output including .HTML, .MD, .PDF, .PNG and .TEX files. Check the rendercv_output directory for this.

First Page of my CV

JSU_CV_page1

Acknowledgements

I wanted to thank the RenderCV contributors for their tool, Tanmayee Narendra for recommending this tool and Radoslav Krivák for suggesting I make this repository.

About

This is a GitHub Repository with my CV generated with RenderCV

Resources

Stars

Watchers

Forks

Packages

No packages published