Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.15 KB

README-zh.md

File metadata and controls

59 lines (34 loc) · 1.15 KB

typst-resume-template

resume

这个项目是一个使用Typst设计的简历模板,灵感来自于这个网站

预览

preview preview2

使用

常用的SVG文件已经存在于文件夹typst中,模板文件为typst/resume.typ,在typst/main.typ文件中输入你的简历内容。

你可以将本项目下载,在typst网站上传typst文件夹后使用

修改页面参数

#set page(margin: (top: 15mm, bottom: 15mm))

#set text(font: "Linux Libertine", lang: "zh", 1em)

#set par(leading: 0.58em)

包括字体大小,语言,顶部距离,底部距离等

改变颜色

修改theme_color参数

修改竖线

如果你想修改那条竖线,可以找到

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