https://github.com/stepbrobd/cv
cv in typst with auto build and release
https://github.com/stepbrobd/cv
Last synced: 3 months ago
JSON representation
cv in typst with auto build and release
- Host: GitHub
- URL: https://github.com/stepbrobd/cv
- Owner: stepbrobd
- License: mit
- Created: 2023-04-27T19:00:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T17:53:49.000Z (about 1 year ago)
- Last Synced: 2025-05-20T04:11:21.728Z (about 1 year ago)
- Language: Typst
- Homepage: https://ysun.co/cv
- Size: 267 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Curriculum Vitae

CV with [Typst](https://github.com/typst/typst) and [Nix](https://nixos.org).
```shell
curl https://api.github.com/repos/stepbrobd/cv/releases/latest | jq -r ".assets[].browser_download_url"
```
## Build
With Nix:
```shell
nix build github:stepbrobd/cv
```
## Provenance
Download the latest release (`cv.pdf`), then execute the following command:
```shell
gh attestation --repo stepbrobd/cv verify cv.pdf
```
## License
The contents inside this repository, excluding all submodules, are licensed
under the [MIT License](license.md). Third-party file(s) and/or code(s) are
subject to their original term(s) and/or license(s).