# Resume · 团队简历模板 GreLin 双栏中文简历 Typst 模板(HyperLabel 配色),用于融资 BP data room 附录。 ## 快速开始 在仓库根目录执行(需共享 `brand/colors.typ`): ```bash typst compile resume/cv.typ resume/sample.pdf --root . typst watch resume/cv.typ --root . ``` 示例输出:[`sample.pdf`](sample.pdf)(已填内容,供版式参考)。 ## 定制 | 文件 | 说明 | |------|------| | [`data/config.typ`](data/config.typ) | 个人信息、教育、能力、技术栈、经历、项目 | | [`data/theme.typ`](data/theme.typ) | 配色、字号、间距 | | [`data/layout.typ`](data/layout.typ) | 版式组件(一般无需改动) | ## 照片 将证件照放入 `assets/profile.jpeg`,或在 `data/config.typ` 中设置 `author-photo` 路径。 ## 结构 ``` resume/ ├── cv.typ ├── sample.pdf ├── data/ │ ├── config.typ │ ├── layout.typ │ └── theme.typ └── assets/ ├── profile.jpeg └── icons/ ```