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
- Host: GitHub
- URL: https://github.com/n3d1117/cv
- Owner: n3d1117
- Created: 2023-04-22T22:33:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T23:14:59.000Z (over 2 years ago)
- Last Synced: 2025-04-06T03:45:44.096Z (about 1 year ago)
- Topics: cv, resume, typst
- Language: Typst
- Homepage:
- Size: 723 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!