Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A colorful resume template for Typst

License

NotificationsYou must be signed in to change notification settings

elegaanz/vercanard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A colorful resume template for Typst.

What does it look like?

Thedemo file showcases what it is possible to do.You can see the result inthe corresponding PDF.

Quick usage guide

First of all, copy the template to your Typst project, and import it.

#import"@preview/vercanard:1.0.2":*

Then, call theresume in a globalshow rule function to use it.This function takes a few arguments that we explain in comments below:

#show:resume.with(// The title of your resume, generally your namename:"Your name",// The subtitle, which is the position you are looking for most of the timetitle:"What you are looking for",// The accent color to use (here a vibrant yellow)accent-color:rgb("f3bc54"),// the margins (only used for top and left page margins actually,// but the other ones are proportional)margin:2.6cm,// The content to put in the right aside blockaside: [    = Contact// lists in the aside are right aligned    -#link("mailto:example@example.org")    - +33 6 66 66 66 66  ])// And finally the main body of your resume can come here

When writing the body, you can use level-1 headings as section titles,and format an entry with theentry function (that takes three contentblocks as arguments, for title, description and details).

= Personal projects#entry[Vercanard][A resume template for Typst][2023 — Typst]

A note on the licence

This template is under the GPLv3 licence, but resume builtusing it are not considered binary derivatives, only outputfrom another program, so you can keep full copyright on themand chose not to licence them under a free licence.


[8]ページ先頭

©2009-2025 Movatter.jp