https://github.com/masterevarior/typst-cv
CV template in typst
https://github.com/masterevarior/typst-cv
cv typst
Last synced: 3 months ago
JSON representation
CV template in typst
- Host: GitHub
- URL: https://github.com/masterevarior/typst-cv
- Owner: MasterEvarior
- License: mit
- Created: 2024-01-09T20:49:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T08:44:57.000Z (over 2 years ago)
- Last Synced: 2026-03-01T22:40:41.718Z (4 months ago)
- Topics: cv, typst
- Language: Typst
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typst-cv
This is my CV template. For an example see [here](./cv.pdf).
## Usage
Define most of your information at the beginning
```typst
#let personal_profile = "A very nice text"
#let personal_info = ((
(
"service": "email",
"display": "john@doe.ch"
),
(
"service": "phone",
"display": "+1 206 555 0100"
),
...
))
#show: doc => template(doc, black, "John Doe", "photo.jpeg", personal_profile, personal_info)
```
After that you can use helper functions however you want.
## Icons
You can use whatever icons you want, as long as they are an SVG. Just place them in the `template/assets/svg` folder.
## Images
Place your headshot (or anime avatar, whatever) in the `template/assets/img` folder.