Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaoachao/uniquecv-typst
A simple resume template written in Typst
https://github.com/gaoachao/uniquecv-typst
Last synced: 3 months ago
JSON representation
A simple resume template written in Typst
- Host: GitHub
- URL: https://github.com/gaoachao/uniquecv-typst
- Owner: gaoachao
- Created: 2023-04-13T07:47:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T16:58:42.000Z (7 months ago)
- Last Synced: 2024-04-09T14:40:03.166Z (7 months ago)
- Language: Typst
- Size: 7.43 MB
- Stars: 40
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-typst-cn - uniquecv-typst
README
# uniquecv-typst
> 一个使用 [Typst](https://typst.app/) 编写的简历模板,基于 [uniquecv](https://github.com/dyinnz/uniquecv)
## 使用
### 在线
Typst提供了非常好用的 [webapp](https://typst.app)
- 创建 project
- 复制 main.typ 和 template.typ 到项目目录
- 在线编译### 本地
- 安装 Typst
- macOS/Linux: `brew install typst`
- Arch Linux: `pacman -S typst`- 安装图标字体 fontawesome(可参考 [install-the-fonts](https://github.com/typst/packages/tree/main/packages/preview/fontawesome/0.1.0#install-the-fonts) )
- clone 本仓库
- 编译(可参考[官方 Usage ](https://github.com/typst/typst))
```
typst compile path/to/main.typ path/to/output.pdf
```### 效果
![效果图](https://github.com/gaoachao/uniquecv-typst/raw/main/image.png)
## 友情链接
- [uniquecv-latex](https://github.com/dyinnz/uniquecv)
- [werifu: HUST-typst-template](https://github.com/werifu/HUST-typst-template)
- [mgt: typst-preview-vscode](https://github.com/Enter-tainer/typst-preview-vscode)