An open API service indexing awesome lists of open source software.

https://github.com/n3d1117/cv

📄 My personal resume, built with Typst
https://github.com/n3d1117/cv

cv resume typst

Last synced: 5 months ago
JSON representation

📄 My personal resume, built with Typst

Awesome Lists containing this project

README

          

# CV 📄
My personal resume, built with [Typst](https://typst.app), automatically compiled and updated using GitHub Actions.

## Manual Setup
1. Install Typst `0.2.0` (see [guide here](https://github.com/typst/typst#installation))
2. Clone this repo and `cd` into it
3. Run the following command to compile into `cv.pdf`:
```
typst --font-path ./fonts compile cv.typ
```
4. Done!