Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gvariable/billryan-typst
A simple and minimalist resume template, inspired by Resume by Billryan.
https://github.com/gvariable/billryan-typst
Last synced: 6 days ago
JSON representation
A simple and minimalist resume template, inspired by Resume by Billryan.
- Host: GitHub
- URL: https://github.com/gvariable/billryan-typst
- Owner: gvariable
- Created: 2023-04-28T10:46:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-28T15:38:09.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:16:04.140Z (3 months ago)
- Homepage:
- Size: 1.15 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-typst - billryan-typst - A simple and minimalist resume template, inspired by Resume by Billryan. (Templates & Libraries / CV)
README
# Billryan Typst
Here is a very simple and minimalist resume template, inspired by
- [Resume by Billryan](https://github.com/billryan/resume)
- [Alta Typst by George Honeywood](https://github.com/GeorgeHoneywood/alta-typst)## Showcase
Here is a screenshot of the resume.
.
see [`demo.pdf`](demo.pdf) for the pdf version.
## Features
- Beginner-friendly with the power of [markup-based typesetting system](https://typst.app/docs/reference/syntax/).
- Plug and play in a few minutes.
- Easy to extend or customize.
- What you see is what you get thanks to the [Typst](https://typst.app).## Usage
### Online
1. Edit in online template in [Typst app](https://typst.app/project/pX25kHTO1yt1WmO2E4z6uZ).
### Locally
1. Clone this repo locally.
```bash
git clone https://github.com/gvariable/billryan-typst.git
```
2. Download the [Typst](https://github.com/typst/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.
```bash
typst compile demo.typ
```## Todos
- [x] Fix the bug of the progress bar.
- [x] Better documentation.
- [x] Add support for Chinese.
- [x] Refactor code.
- [ ] Chinese font.
- [ ] Chinese version of readme.
- [ ] Add CI to prepare for the release.