1.2 KiB
1.2 KiB
| id | type | title | tags | importance | confidence | created | updated | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| b7a4e7af-ceda-4cf5-b4d8-350163fe1041 | decision | Resume: Migrated from Google Slides to RenderCV (YAML-to-PDF) |
|
0.8 | 0.8 | 2026-02-20T16:23:29.668391+00:00 | 2026-02-20T16:23:29.668391+00:00 |
Resume Migration: Google Slides to RenderCV
Context
Cal's professional resume was previously maintained in Google Slides and exported to PDF manually. This was migrated to a code-based approach for better version control and repeatability.
Decision
Migrated to RenderCV v2.6, a YAML-to-PDF resume builder using the Typst engine.
Details
- Install command:
uv tool install "rendercv[full]"(the[full]extras are required — base install fails with a message to reinstall) - Source of truth:
Cal_Corum_CV.yamlin/mnt/truenas/cals-files/Resume/ - Render command:
rendercv render Cal_Corum_CV.yaml - Phone number format: Must use international format (
+1-xxx-xxx-xxxx) — RenderCV rejects local formats
Rationale
- YAML source is version-controllable in git
- Typst engine produces high-quality PDF output
- Reproducible builds without manual formatting in a GUI tool