Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JCGoran/typst-cv-template
Template for a CV using typst
https://github.com/JCGoran/typst-cv-template
Last synced: 2 months ago
JSON representation
Template for a CV using typst
- Host: GitHub
- URL: https://github.com/JCGoran/typst-cv-template
- Owner: JCGoran
- Created: 2023-10-10T17:49:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-24T17:17:37.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:16:12.690Z (5 months ago)
- Language: Typst
- Size: 837 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-typst - typst-cv-template - A CV template inspired by LaTeX's `Awesome CV` (Templates & Libraries / CV)
- latex-templates - JCGoran/<br>typst-cv-template - cv-template?style=flat-square)<br/>![0](https://img.shields.io/github/forks/JCGoran/typst-cv-template?style=flat-square)<br/>![2023-10-24](https://img.shields.io/github/last-commit/JCGoran/typst-cv-template?style=flat-square) | Template for a CV using typst | (Popular & New Non-LaTeX Templates / Others)
README
# typst CV template
This is a (mostly ATS-friendly) typst CV template which was initially based on [this LaTeX template](https://github.com/muratcankaracabey/latex_cv).
I wanted to learn a bit of typst, so I figured why not make a CV template.## How to use
See the [example `main.typ`](example.typ) file for usage examples.
This should produce something like this:
![Example output](example.png)
Or, if you want to see the PDF, [click here](example.pdf).
Note that as the typst package manager [doesn't support templates yet](https://github.com/typst/packages#user-content-templates), this package is not available there, so it's probably easiest to `git clone` this repo and edit the `example.typ` file to your liking.
## Known issues
- as typst doesn't support user-defined objects yet, calling the functions in the template requires that the user passes the `color` arguments in case the defaults are changed
- the image must be modified manually (via some external program) until [this feature](https://github.com/typst/typst/pull/2338) makes it to a typst stable release## License
MIT