grelin_templates/resume-career/local/README.md
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

13 lines
495 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 本地简历(不提交 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`](../../resume-bp/local/wenzf/compile.ps1),将 `$resumeRoot` 指向 `resume-career` 即可。