https://github.com/hexwars/resume
A pretty resume template in Typst | 一个美观的typst简历模板
https://github.com/hexwars/resume
cv resume resume-template template typst
Last synced: 5 months ago
JSON representation
A pretty resume template in Typst | 一个美观的typst简历模板
- Host: GitHub
- URL: https://github.com/hexwars/resume
- Owner: hexWars
- License: mit
- Created: 2023-03-08T12:02:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T06:48:39.000Z (over 1 year ago)
- Last Synced: 2025-04-01T02:35:48.565Z (about 1 year ago)
- Topics: cv, resume, resume-template, template, typst
- Language: Typst
- Homepage:
- Size: 4.63 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
README
# typst-resume-template

这个项目是一个使用Typst设计的简历模板,灵感来自于这个[网站](https://satnaing.dev/blog)。
## 预览
| | |
|:---:|:---:|
|  |  |
## 使用
常用的SVG文件已经存在于文件夹`typst`中,模板文件为`typst/resume.typ`,在`typst/main.typ`文件中输入你的简历内容。
你可以将本项目下载,在typst网站上传`typst`文件夹后使用
### 修改页面参数
```typst
#set page(margin: (top: 15mm, bottom: 15mm))
#set text(font: "Linux Libertine", lang: "zh", 1em)
#set par(leading: 0.58em)
```
包括字体大小,语言,顶部距离,底部距离等
### 改变颜色
修改`theme_color`参数
### 修改竖线
如果你想修改那条竖线,可以找到
```typst
line(
start: (0%, 11.1%),
end: (0%, 0%),
length: 4cm,
stroke: 6pt + theme_color,
)
```
进行修改
### 分割线
分割线,可用于学历部分,多个学历的分割
## 许可
Format is MIT but all the data is owned by hexWars