From 7f9a3e184a45728d1be0e2670a0a9cbfdefb7bac Mon Sep 17 00:00:00 2001 From: aakkino <912765721@qq.com> Date: Sun, 11 May 2025 21:39:21 +0800 Subject: [PATCH] first commit --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c8b813 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Twenty Seconds CV/Resume in Typst + +![MIT license](https://img.shields.io/github/license/tomowang/typst-twentysecondcv) +[![Typst](https://img.shields.io/badge/Made_with-Typst-blue)](https://typst.app/) + +This Typst CV template is inspired by LaTeX template +[Twenty Seconds Resume/CV](https://www.latextemplates.com/template/twenty-seconds-resumecv). + +## How to Use + +This project has following files: + +- `twentysecondcv.typ` - The Typst template file +- `example.typ` - The example resume +- `fonts` - Font awesome 6.4.2 For The Desktop. Downloaded from [https://fontawesome.com/download](https://fontawesome.com/download) + +This template use Font Awesome for icons. You need to import the font awesome fonts +in your Typst project for the icons to show up properly. In macOS, just double +click the .otf font file to install. + +> ~~Note: If you use icon with dash sigh like `chess-queen`, it may not work properly. +> See https://github.com/typst/typst/issues/2578.~~ +> +> ~~You can use unicode instead. For example, `chess-queen` can be replaced with `"\u{f445}"`. +> You can find the unicode [here](https://github.com/typst/packages/blob/main/packages/preview/fontawesome/0.2.1/lib-gen.typ)~~ +> +> According to https://github.com/duskmoon314/typst-fontawesome/issues/5, +> the ligature issue seems to be fixed and you can use icon name with dash. + +Use `typst compile example.typ` to compile the example.typ into PDF. +This command will download `@preview/fontawesome:0.2.1` packge automatically. + +If you want to use this template in [https://typst.app](https://typst.app), +just upload font awesome font files and `twentysecondcv.typ` template file. + +You can see online example at [https://typst.app/project/rjQNvqRtLwNI1bfWz1iwKt](https://typst.app/project/rjQNvqRtLwNI1bfWz1iwKt) + +![Preview Example](example.png) + +## Todo + +- [ ] smartdiagram for skills