/typst-cv-template

A simple Typst CV template

Primary LanguageMakefileApache License 2.0Apache-2.0

Typst CV template

This is a Typst template for a professional resume. The template is designed to be easy to customize and modify, allowing you to create a personalized and professional-looking resume in no time.

Preview

resume

Features

  • Clean and modern design
  • Customizable text attributes
  • Easy-to-use functions for formatting section content
  • Responsive layout for printing and digital use.

Usage

To use this template, you'll need to have Typst installed on your computer. Typst is available through several package managers:

# macOS
brew install typst

# Arch
pacman -S typst

Once you have Typst installed, you can use the typst command to generate a PDF file from the template:

# Use the command
typst resume.typ resume.pdf

# or just
make

Customization

To customize the template for your own use, you can modify the following elements:

  • Text attributes: Use the set text command to define the font, size, color, and other attributes for text elements.
  • Icons: Use the let icon command to define custom icons for section headings. Currently this project uses fontawesome.
  • Section headings: Use the show heading command to format section headings.
  • Section content: Use the set text command to format section content.
  • Page layout: Use the set page command to define the paper size, margins, and other attributes of the resume.

License

This template is released under the Apache License. See the LICENSE file for more details.

Credits

This template was created by Chasing1020. If you have any questions or feedback, please feel free to contact me at chasing1020@gmail.com.