Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tzx/NNJR
NNJR: NNJR is Not Jake's Resume. However, it is similar and is written in Typst!
https://github.com/tzx/NNJR
Last synced: 6 days ago
JSON representation
NNJR: NNJR is Not Jake's Resume. However, it is similar and is written in Typst!
- Host: GitHub
- URL: https://github.com/tzx/NNJR
- Owner: tzx
- License: mit
- Created: 2023-12-30T19:54:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2023-12-31T01:25:16.000Z (10 months ago)
- Last Synced: 2024-08-02T06:16:03.061Z (3 months ago)
- Language: Typst
- Homepage:
- Size: 402 KB
- Stars: 56
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst - NNJR - A resume template inspired by `Jake's Resume` LaTeX template. Uses Typst and YAML. (Templates & Libraries / CV)
- latex-templates - tzx/<br>NNJR - square)<br/>![10](https://img.shields.io/github/forks/tzx/NNJR?style=flat-square)<br/>![2023-12-31](https://img.shields.io/github/last-commit/tzx/NNJR?style=flat-square) | NNJR: NNJR is Not Jake's Resume. However, it is similar and is written in Typst! | (Popular & New Non-LaTeX Templates / Others)
README
# NNJR
NNJR: **N**NJR is **N**ot [**J**ake's **R**esume](https://github.com/jakegut/resume). However, it is similar and is
written in `Typst`!![example.png](./example.png)
## Usage
There are two `.typ` files that you can choose to compile:
1. `resume_yaml.typ` allows you to configure just an `yaml` file for your
resume. See `example.yml` for an example.
2. `resume.typ` allows you to have finer control. An example of possible
behavior is to have some words bold for your bullet points (I can probably
add this to `yaml` by doing something with `eval`, but that's another day)### [Typst.app](https://typst.app)
Upload all `*.typ` and `*.yaml` files to your Typst project. Change what you want and voila!
Shared project demo [here](https://typst.app/project/rdCXm00mYQiDPpLtSCK4xs)
### Typst CLI
```sh
# Replace resume.typ with resume_yaml.typ if desired# Compile to resume.pdf
typst compile resume.typ# Compile to other path and name
typst compile resume.typ your/path/here.pdf# Watch
typst watch resume.pdf
```