Skip to content

Commit

Permalink
feat!: update template and metadata variable
Browse files Browse the repository at this point in the history
- add GitLab section in headerInfo

BREAKING CHANGE:

- headerQuote now uses headerQuoteInternational array, behaviours
  expected like other International arrays
  • Loading branch information
mintyfrankie committed Aug 20, 2023
1 parent 7eee614 commit a9205da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion awesomeCV
11 changes: 7 additions & 4 deletions metadata.typ
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
phone: "+33 6 12 34 56 78",
email: "john.doe@me.org",
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鈥檜n emploi 脿 temps plein disponible d猫s maintenant]
)

/* Layout Setting */

Expand All @@ -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 = ""

Expand Down

0 comments on commit a9205da

Please sign in to comment.