An open API service indexing awesome lists of open source software.

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

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






English CV




Swedish CV


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)