Awesome
Billryan Typst
Here is a very simple and minimalist resume template, inspired by
Showcase
Here is a screenshot of the resume.
<img src="assets/demo.png" width=70% height=70% />.
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
- Edit in online template in Typst app.
Locally
- Clone this repo locally.
git clone https://github.com/gvariable/billryan-typst.git
- Download the Typst compiler.
- Use your favorite text editor to edit the
demo.typ
file such as Visual Studio Code with Typst LSP extension installed. - 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.