Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSanchez-Utges authored Nov 24, 2024
1 parent b323589 commit c3c7b9b
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
# JSU-CV
# _Curriculum Vitae_ of Javier Sánchez Utgés

This repository contains my personal CV generated with [RenderCV](https://docs.rendercv.com/). RenderCV is a Python application to create a *La*TeX 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](https://docs.rendercv.com/).

## Quick Start Guide

1. Install [Python](https://www.python.org/downloads/) 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](https://www.sublimetext.com/) 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](https://docs.rendercv.com/) or their PyPi [site](https://pypi.org/project/rendercv/).
## Output
RenderCV generates rich output including _.HTML_, _.MD_, _.PDF_, _.PNG_ and ._TEX_ files. Check the [rendercv_output](/rendercv_output) directory for this.
## First Page of my CV
![JSU_CV_page1](/rendercv_output/Javier_Sánchez_Utgés_CV_1.png)

0 comments on commit c3c7b9b

Please sign in to comment.