pages/assets/rendercv/settings.yaml
George 55a2685683
Unify jsonresume and RenderCV CVs solutions (#3462)
Fixes #2787 as an alternative to #2969. It was getting too cumbersome to
have 2 different data sources for CV and also a lot of different layout
files, so I decided to unify them all.
Main changes:
- synchronized the information inside RenderCV (`_data/cv.yml`) and
JSONResume (`assets/json/resume.json`)
- unified layout files for CV information
- added the option to set the "data source" in the CV page

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-23 12:36:14 -03:00

15 lines
627 B
YAML

settings:
render_command:
# Paths must be relative to _data/cv.yaml
typst_path: ../assets/rendercv/rendercv_output/NAME_IN_SNAKE_CASE_CV.typ
pdf_path: ../assets/rendercv/rendercv_output/NAME_IN_SNAKE_CASE_CV.pdf
markdown_path: ../assets/rendercv/rendercv_output/NAME_IN_SNAKE_CASE_CV.md
html_path: ../assets/rendercv/rendercv_output/NAME_IN_SNAKE_CASE_CV.html
png_path: ../assets/rendercv/rendercv_output/NAME_IN_SNAKE_CASE_CV.png
dont_generate_markdown: true
dont_generate_html: true
dont_generate_typst: false
dont_generate_pdf: false
dont_generate_png: true
bold_keywords: []