-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: update template and metadata variable
- add GitLab section in headerInfo BREAKING CHANGE: - headerQuote now uses headerQuoteInternational array, behaviours expected like other International arrays
- Loading branch information
1 parent
7eee614
commit a9205da
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
Submodule awesomeCV
updated
from 6534db to 44f425
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,17 @@ | |
phone: "+33 6 12 34 56 78", | ||
email: "[email protected]", | ||
linkedin: "johndoe", | ||
//gitlab: "mintyfrankie", | ||
//homepage: "jd.me.org", | ||
//orcid: "0000-0000-0000-0000", | ||
//researchgate: "John-Doe", | ||
//extraInfo: "", | ||
) | ||
#let headerQuote = [ | ||
Experienced Data Analyst looking for a full time job starting from now | ||
] | ||
|
||
#let headerQuoteInternational = ( | ||
"": [Experienced Data Analyst looking for a full time job starting from now], | ||
"en": [Experienced Data Analyst looking for a full time job starting from now], | ||
"fr": [Analyste de données expérimenté à la recherche d’un emploi à temps plein disponible dès maintenant] | ||
) | ||
|
||
/* Layout Setting */ | ||
|
||
|
@@ -25,6 +27,7 @@ | |
// Leave blank if profil photo is not needed | ||
#let profilePhoto = "../src/avatar.png" | ||
|
||
// Change this variable to control output language & cited module | ||
// INFO: value must matches folder suffix; i.e "zh" -> "./modules_zh" | ||
#let varLanguage = "" | ||
|
||
|