https://github.com/bryan-hoang/resume
My resume, written in Typst!
https://github.com/bryan-hoang/resume
resume typst
Last synced: 5 months ago
JSON representation
My resume, written in Typst!
- Host: GitHub
- URL: https://github.com/bryan-hoang/resume
- Owner: bryan-hoang
- License: mit
- Created: 2024-11-26T16:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-22T02:14:50.000Z (7 months ago)
- Last Synced: 2025-11-22T04:10:59.309Z (7 months ago)
- Topics: resume, typst
- Language: Typst
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resume
[](https://github.com/bryan-hoang/resume/actions/workflows/ci.yml)
[](https://github.com/RichardLitt/standard-readme)
My resume, written in Typst!
## Install
Prerequisites:
- [Typst](https://github.com/typst/typst#installation)
Steps:
```console
git clone https://github.com/bryan-hoang/resume.git
cd resume
typst compile resume.typ
```
## Usage
To make tailoring the resume for specific sectors easier, I set the
`TARGET_SECTORS` environment variable when compiling the document to include
additional elements. It's a comma separate list. e.g.,
```console
TARGET_SECTORS=ai,education typst compile resume.typ
```
## Preview
With `TARGET_SECTORS` being unset:

To see the latest version of the resume as a PDF, download it from the artifacts
of the
[latest CI job](https://github.com/bryan-hoang/resume/actions/workflows/ci.yml?query=branch%3Amain).
## Maintainers
[@bryan-hoang](https://github.com/bryan-hoang)
## Contributing
PRs accepted.
Small note: if editing the README, please conform to the
[standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © 2024 Bryan Hoang