Skip to content

mawkler/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Compile it yourself

Requires Typst to be installed, as well as the fonts Fira Sans, Fira Code and Font Awesome. If you're on Arch Linux (btw) you can install these like so:

sudo pacman -S typst ttf-fira-code ttf-fira-sans ttf-font-awesome

Here's how you compile the CV:

git clone https://github.com/mawkler/cv.git
# English version
typst compile english.typ
# Swedish version
typst compile swedish.typ

Licence

MIT