https://github.com/tyh71/resume
simple resume template
https://github.com/tyh71/resume
Last synced: 5 months ago
JSON representation
simple resume template
- Host: GitHub
- URL: https://github.com/tyh71/resume
- Owner: TYH71
- License: mit
- Created: 2025-05-03T12:47:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-06T03:42:07.000Z (11 months ago)
- Last Synced: 2025-08-06T05:25:39.414Z (11 months ago)
- Language: Typst
- Homepage: https://tyh71.github.io/resume/
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume
> simple resume template based on `.yaml` file
## CLI Usage
You can compile `.typ` file using the CLI
```sh
# Creates PDF file at the desired path.
typst compile resume.typ resume.pdf
```
You can also watch source files and automatically recompile on changes. This is faster than compiling from scratch each time because Typst has incremental compilation.
```sh
# Watches source file and recompile on changes
typst watch resume.typ resume.pdf
```
Reference: https://typst.app/universe/package/imprecv