https://github.com/mawkler/cv
My CV, written in Typst
https://github.com/mawkler/cv
cv typst
Last synced: 3 months ago
JSON representation
My CV, written in Typst
- Host: GitHub
- URL: https://github.com/mawkler/cv
- Owner: mawkler
- License: mit
- Created: 2023-06-21T06:24:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T15:26:36.000Z (over 1 year ago)
- Last Synced: 2025-03-10T18:57:20.413Z (over 1 year ago)
- Topics: cv, typst
- Language: Typst
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CV
Below you can download my CV as a PDF in either English or Swedish:
English Version
Swedish Version
The PDFs (and these thumbnails) are automatically built and deployed on each push using my GitHub Actions pipeline [here](./.github/workflows/build-cv.yaml).
## Compile it yourself
Requires [Typst](https://github.com/typst/typst) to be installed, as well as the fonts [Fira Sans](https://github.com/mozilla/Fira), [Fira Code](https://github.com/tonsky/FiraCode) and [Font Awesome](https://github.com/FortAwesome/Font-Awesome). If you're on Arch Linux (btw) you can install these like so:
```sh
sudo pacman -S typst ttf-fira-code ttf-fira-sans ttf-font-awesome
```
Here's how you compile the CV:
```sh
git clone https://github.com/mawkler/cv.git
# English version
typst compile english.typ
# Swedish version
typst compile swedish.typ
```
## Licence
[MIT](./LICENSE)