grelin_templates/resume-career/local
MORRO 769decd445 Add resume-career template and migrate resume to resume-bp.
Introduce one-page career resume alongside the full BP resume, unify brand color across templates, and update monorepo docs and gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 23:19:37 +08:00
..
README.md Add resume-career template and migrate resume to resume-bp. 2026-06-26 23:19:37 +08:00

本地简历(不提交 Git

在此目录为每位同学生成子文件夹,例如 local/zhangsan/

local/zhangsan/
├── config.typ      # 从 ../data/config.typ 复制后改内容
├── photo.jpeg      # 证件照config 里写 photo-path: "../photo.jpeg"
└── compile.ps1     # 可选:编译脚本

compile.ps1 可参考 resume-bp/local/wenzf/compile.ps1,将 $resumeRoot 指向 resume-career 即可。