From c2a93472ce8bd8ef045a32bc442f096db6e0da37 Mon Sep 17 00:00:00 2001 From: mintyfrankie <77310871+mintyfrankie@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:15:28 +0200 Subject: [PATCH] docs: update README --- .pre-commit-config.yaml | 1 - README.md | 32 +++++++++++++++++++++----------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9345e02..3c77519 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - - id: check-toml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/Enter-tainer/typstyle diff --git a/README.md b/README.md index 2d2ea04..4f9d78a 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,31 @@ Typst Version

-> The Brilliant CV project is still under preview, just like Typst is, so use with caution as future updates might break your current production. -> -> Read commits and changelog should you find new patches are not working, and feel free to lock to a working release & submit issues or PRs, I am happy to help! -
+> If my work helps you drift through tedious job seeking journey, don't hesitate to think about [buying me a Coke Zero](https://github.com/sponsors/mintyfrankie)... or a lot of them! 🥤 + + + **Brilliant CV** is a [**Typst**](https://github.com/typst/typst) template for making **Résume**, **CV** or **Cover Letter** inspired by the famous LaTeX CV template [**Awesome-CV**](https://github.com/posquit0/Awesome-CV). ## Features -- **Separation of style and content**: version control your CV entries in the `modules` folder, without touching the styling and typesetting of your CV / Cover Letter _(hey, I am not talking about **Macrohard Word**, you know)_ -- **Quick twitches on the visual**: add company logos, put your shiny company name or your coolest title at the first line globally or per-document needs -- **Multilingual support**: centrally store your multilingual CVs (English + French + German + Chinese + Japanese if you are superb) and change output language in a blink -- *(NEW)* **AI Prompt and Keywords Injection**: Fight against the abuse of ATS system or GenAI screening by injecting invisible AI prompt or keyword list automatically. +**1. Separation of style and content** + +> Version control your CV entries in the `modules` folder, without touching the styling and typesetting of your CV / Cover Letter _(hey, I am not talking about **Macrohard Word**, you know)_ + +**2. Quick twitches on the visual** + +> Add company logos, put your shiny company name or your coolest title at the first line globally or per-document needs + +**3. Multilingual support** + +> Centrally store your multilingual CVs (English + French + German + Chinese + Japanese if you are superb) and change output language in a blink + +***(NEW)* 4. AI Prompt and Keywords Injection** + +> Fight against the abuse of ATS system or GenAI screening by injecting invisible AI prompt or keyword list automatically. ## Preview @@ -76,7 +87,7 @@ git submodule update --remote ``` | -|-- modules/ --> sections of your CV +|-- modules_en/ --> sections of your CV | |- *.typ | |-- modules_* --> multilingual sections of your CV @@ -101,8 +112,7 @@ git submodule update --remote > As Typst is still a very young (although very promising and robust to my belief) project, some features are only partially supported on certain platforms. It is hence difficult to predict any anomalies, but you are definitely welcomed to bring a PR, an issue or a discussion! -- **Image cropping**: Typst does not have direct support to crop images using native primitives. Bring your own cropped image for profile photo if needed. -- **Publications Section**: Current version of Typst does not allow full customization on the `#bibliography` function, so the display of publication section might not be optimal. See [this disucssion](https://github.com/mintyfrankie/brilliant-CV/discussions/3). +- **Publications Section**: Current version of Typst does not allow full customization on the `#bibliography` function, so the display of publication section might not be optimal. See [this disucssion](https://github.com/typst/typst/issues/942). ## Credit