Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamboovir/typst-resume-template
typst-resume-template
https://github.com/bamboovir/typst-resume-template
Last synced: 6 days ago
JSON representation
typst-resume-template
- Host: GitHub
- URL: https://github.com/bamboovir/typst-resume-template
- Owner: bamboovir
- License: mit
- Created: 2023-03-25T01:33:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T22:52:47.000Z (8 months ago)
- Last Synced: 2024-08-02T06:16:25.036Z (3 months ago)
- Language: Typst
- Size: 11.9 MB
- Stars: 106
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst - typst-resume-template - Aesthetic style inspired by the Awesome-CV project (Templates & Libraries / CV)
- latex-templates - bamboovir/<br>typst-resume-template - resume-template?style=flat-square)<br/>![17](https://img.shields.io/github/forks/bamboovir/typst-resume-template?style=flat-square)<br/>![2024-03-18](https://img.shields.io/github/last-commit/bamboovir/typst-resume-template?style=flat-square) | typst-resume-template | (Popular & New Non-LaTeX Templates / Others)
- awesome-typst-cn - typst-resume-template - CV project (模板 / 简历)
README
# Typst Resume Template
A simple resume template for [typst.app](https://typst.app/).
Aesthetic style inspired by the following project:
- [Awesome-CV](https://github.com/posquit0/Awesome-CV)
- [LaTeX Resume](https://github.com/billryan/resume)
This is not a perfect clone, the main purpose of this project is to explore and experiment with Typst's typography features.
## [Sample](./resume.pdf)
![awesome-sample](./assets/image/awesome-sample.png)
![latex-sample](./assets/image/latex-sample.png)
## Declaration
If you want to see a more realistic example rendered using this template, check [this](https://github.com/bamboovir/typst-resume-template/blob/main/huiming-sun-sde-resume.pdf). This is the resume I built in 2022, may be somewhat out of date and not actively maintained, and is not intended to be an accurate description of any of my current experiences but is intended solely to demonstrate the aesthetics of this template.
You are free to take my .typ template and modify it to create your own resume. **Please don't use my resume for anything else without my permission, though!**
## Development Environment
- Install [Typst](https://github.com/typst/typst)
- Install [Just](https://github.com/casey/just)
## Build Resume
```bash
just build
```## Interactive Development Resume
```bash
just dev
```## Containerized Build
```bash
just containerized-build
```## GitHub Action for resume build automation
- [Resume Build CI Pipeline](https://github.com/bamboovir/typst-resume-template/actions/workflows/build-resume.yml)
## Credit
[**Typst**](https://github.com/typst/typst) is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use.
[**FontAwesome**](https://fontawesome.com/) is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.
[**Roboto**](https://github.com/google/roboto) is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design.
[**Source Sans Pro**](https://github.com/adobe-fonts/source-sans-pro) is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.