https://github.com/unstoppablemango/resume
My résumé, codified
https://github.com/unstoppablemango/resume
Last synced: 4 months ago
JSON representation
My résumé, codified
- Host: GitHub
- URL: https://github.com/unstoppablemango/resume
- Owner: UnstoppableMango
- License: mit
- Created: 2025-05-20T21:08:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-01T07:07:14.000Z (6 months ago)
- Last Synced: 2026-01-06T01:51:16.119Z (6 months ago)
- Language: Typst
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Erik Rasmussen's](https://github.com/UnstoppableMango) Resume
[](https://github.com/UnstoppableMango/resume/releases/latest/download/resume.pdf)
[](https://github.com/UnstoppableMango/resume/releases/latest/download/resume.png)
[](https://github.com/UnstoppableMango/resume/releases/latest/download/resume.svg)
[](https://fonts.google.com/specimen/Roboto)
[](https://fonts.google.com/specimen/Roboto)
This repository contains the [source code](./resume.typ) for my Resume.
Written in [Typst](https://github.com/typst/typst).
Over-engineered with [Cargo](https://doc.rust-lang.org/cargo/index.html) and [Make](https://www.gnu.org/software/make/).
## Development
TL;DR
- `make`: Generate all assets for $FORMATS
- `make update`: Refresh `./assets` directories
- `make .envrc`: Create a `.envrc` from [example.envrc](./hack/example.envrc)
### Pre-requisites
- [rustup](https://rustup.rs/)
- [fontist](https://github.com/fontist/fontist)
#### Useful
- [rbenv](https://github.com/rbenv/rbenv)
### Inputs
Phone is parameterized in the hope that I don't accidentally dox myself.
```shell
$ make PHONE='555-555-5555'
typst compile resume.typ assets/2025/05/23/resume.pdf --input phone=555-555-5555
typst compile resume.typ assets/2025/05/23/resume.png --input phone=555-555-5555
typst compile resume.typ assets/2025/05/23/resume.svg --input phone=555-555-5555
```