Giter Club home page Giter Club logo

vercanard's Introduction

vercanard

A colorful resume template for Typst.

What does it look like?

The demo file showcases what it is possible to do. You can see the result in the corresponding PDF.

Quick usage guide

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

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

Then, call the resume in a global show 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 name
  name: "Your name",
  // The subtitle, which is the position you are looking for most of the time
  title: "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 block
  aside: [
    = 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 the entry function (that takes three content blocks 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 built using it are not considered binary derivatives, only output from another program, so you can keep full copyright on them and chose not to licence them under a free licence.

vercanard's People

Contributors

elegaanz avatar kianmeng avatar osbyrne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vercanard's Issues

Extending the right box over several pages

Thanks so much for this template, it looks great. I just played around with it and noticed, that when your CV becomes larger than a single page, the right colored box is not displayed on the next page.

I am a total typst noob, so that for sure is the issue, but maybe there is a quick workaround that I am not seeing. ๐Ÿ˜€

Thanks again for the public repo!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.