Skip to content

Commit

Permalink
chore: update modules_zh
Browse files Browse the repository at this point in the history
  • Loading branch information
mintyfrankie committed Jul 12, 2024
1 parent 4ec9401 commit 581f4ef
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language = "en"
language = "zh"

[layout]
awesome_color = "skyblue"
Expand Down
3 changes: 3 additions & 0 deletions modules_zh/certificates.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#import "../brilliant-CV/template.typ": *
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvHonor = cvHonor.with(metadata: metadata)

#cvSection("证书")

Expand Down
3 changes: 3 additions & 0 deletions modules_zh/education.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#import "../brilliant-CV/template.typ": *
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)

#cvSection("教育经历")

Expand Down
3 changes: 3 additions & 0 deletions modules_zh/professional.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#import "../brilliant-CV/template.typ": *
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)

#cvSection("职业经历")

Expand Down
3 changes: 3 additions & 0 deletions modules_zh/projects.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#import "../brilliant-CV/template.typ": *
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#let cvEntry = cvEntry.with(metadata: metadata)

#cvSection("项目与协会")

Expand Down
2 changes: 2 additions & 0 deletions modules_zh/publications.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#import "../brilliant-CV/template.typ": *
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)

#cvSection("学术著作")

Expand Down
2 changes: 2 additions & 0 deletions modules_zh/skills.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#import "../brilliant-CV/template.typ": *
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)

#cvSection("技能与兴趣")

Expand Down

0 comments on commit 581f4ef

Please sign in to comment.