Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T03:30:37.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:16:25.441Z (5 months ago)
- Topics: cv, resume, resume-template, template, typst
- Language: Typst
- Homepage:
- Size: 4.63 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst - typst-resume-template - A pretty resume template designed using typst. (Templates & Libraries / CV)
- latex-templates - hexWars/<br>resume - square)<br/>![1](https://img.shields.io/github/forks/hexWars/resume?style=flat-square)<br/>![2023-11-16](https://img.shields.io/github/last-commit/hexWars/resume?style=flat-square) | A pretty resume template in Typst | 一个美观的typst简历模板 | (Popular & New Non-LaTeX Templates / Others)
README
# typst-resume-template
![resume](https://img.shields.io/badge/resume-typst-9cf)
这个项目是一个使用Typst设计的简历模板,灵感来自于这个[网站](https://satnaing.dev/blog)。
## 预览
| | |
|:---:|:---:|
| ![preview](./assets/typst-resume-template.png) | ![preview2](./assets/typst-resume-template2.png) |## 使用
常用的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