A simple and easy-to-maintain resume template written in Typst.
This template is mainly just to indulge myself, as it's what I'd want in a resume - also, it gave me an opportunity to dive into a little bit of scripting with Typst, which isn't something I've tried before. If you do end up using this template, though, please let me know!
- Go to
typst.app - Start a new project and copy all of the files from the
typst-appfolder into the project - You're good to go!
- Navigate into the
localfolder - Edit
resume.typto your heart's content - Use
maketo compile ormake watchto automatically recompile upon changes - Marvel at
resume.pdfin all of its glory...
There are two different name/contact info headers. The first is a condensed version, with the name and contact information taking up the same horizontal space:
and the other is a more traditional layout, like what you would see on Jake's Resume:
I personally like the first one more, as it was more fun to make, and I think it looks nicer (it's the one I use on mine). However the traditional layout is tried-and-true and that's how it is on basically every other popular resume template out there, so I figured I might as well include it. Feel free to use whichever one you think looks nicer!
- chicv (https://github.com/skyzh/chicv): the template I used previously and took heavy inspiration from for this one
- simple-technical-resume (https://typst.app/universe/package/simple-technical-resume/): provided me with some mildly amusing filler text since I didn't want to doxx my whole resume for the examples for free
- fontawesome (https://typst.app/universe/package/fontawesome/): fontawesome for providing the icons, and duskmoon for this wonderful package that actually lets me use them in the document!

