-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b323589
commit c3c7b9b
Showing
1 changed file
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||