Billryan Typst

July 28, 2023 ยท View on GitHub

Here is a very simple and minimalist resume template, inspired by

Showcase

Here is a screenshot of the resume. .
see demo.pdf for the pdf version.

Features

  • Beginner-friendly with the power of markup-based typesetting system.
  • Plug and play in a few minutes.
  • Easy to extend or customize.
  • What you see is what you get thanks to the Typst.

Usage

Online

  1. Edit in online template in Typst app.

Locally

  1. Clone this repo locally.
    git clone https://github.com/gvariable/billryan-typst.git
    
  2. Download the Typst compiler.
  3. Use your favorite text editor to edit the demo.typ file such as Visual Studio Code with Typst LSP extension installed.
  4. Compile it with Typst.
    typst compile demo.typ
    

Todos

  • Fix the bug of the progress bar.
  • Better documentation.
  • Add support for Chinese.
  • Refactor code.
  • Chinese font.
  • Chinese version of readme.
  • Add CI to prepare for the release.