Skip to content

alireza-hariri/my-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-cv

let's play with typst as an alternative to latex.

we will be using modern-cv template for a resume

Install tools

1. install typst (on windows):

winget install --id Typst.Typst

2. download fontawsome (free version) -> right-click the .otf files and select Install:

https://fontawesome.com/download

3. install the typst LSP VSCode extension

make a project

method-1 (from template)

create a new project with the template

 typst init @preview/modern-cv:0.6.0 my-cv

compile to test everything is ok

typst compile .\resume.typ

if you need to customize the template

  • copy the lib.typ and lang.tomol file from modern-cv template to the project directory
  • replace the import line with #import "./lib.typ": *

method-2

clone this repo!

learn typst syntax

official: https://typst.app/docs/tutorial/ example: https://github.com/alkeryn/cv/

About

let's play with typset to make a cv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages