🚀 Access the full PDF:
This repository contains the YAML files used to automatically generate my CVs (both French and English versions) using the RenderCV typographic engine.
Before running any commands, make sure the environment is active:
conda activate CVOr create it from scratch:
conda env create -f environnement.yaml
conda activate CVTo generate the PDF version of your CV:
rendercv render "Arthur_Maffre_CV.yaml"This will create the rendercv_output/ folder with:
Arthur_Maffre_CV.pdf– PDF formatArthur_Maffre_CV.typ– Typst source codeArthur_Maffre_CV.md– Markdown versionArthur_Maffre_CV.html– HTML version (can be checked with Grammarly)Arthur_Maffre_CV_1.png, etc. – PNG images of each page
- Open either
Arthur_Maffre_CV.yamlorArthur_Maffre_FR_CV.yamlin your editor (e.g., VS Code). - Edit the appropriate sections (e.g.,
Highlights,Education,Research Projects, etc.). - Save the file.
You can use the --watch mode to render the CV automatically when the file is saved:
rendercv render --watch "Arthur_Maffre_CV.yaml"Or:
rendercv render --watch "Arthur_Maffre_FR_CV.yaml"CV/
├── classic/
├── markdown/
├── rendercv_output/
│ ├── Arthur_Maffre_CV.pdf
│ ├── Arthur_Maffre_(FR)_CV.pdf
│ └── ...
├── Arthur_Maffre_CV.yaml
├── Arthur_Maffre_FR_CV.yaml
├── environnement.yaml
└── README.md
🧠 Tip: Use the HTML version (.html) if you want to spellcheck or proofread with tools like Grammarly.