chore: bump lib version
This commit is contained in:
parent
3dc04e33e5
commit
5b3f50165e
4
cv.typ
4
cv.typ
@ -1,6 +1,6 @@
|
||||
|
||||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.6": cv
|
||||
#import "@preview/brilliant-cv:3.1.2": cv
|
||||
#let metadata = toml("./metadata.toml")
|
||||
#let importModules(modules, lang: metadata.language) = {
|
||||
for module in modules {
|
||||
@ -11,7 +11,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
#show: cv.with(metadata, profilePhoto: image("./src/avatar.jpg"))
|
||||
#show: cv.with(metadata, profile-photo: image("./src/avatar.jpg"))
|
||||
// #set text(size: 9pt)
|
||||
|
||||
#importModules((
|
||||
|
||||
@ -30,6 +30,7 @@ language = "zh"
|
||||
|
||||
# Decide if you want to display profile photo or not
|
||||
display_profile_photo = true
|
||||
profile_photo_path = "./src/avatar.jpg"
|
||||
info_font_size = "10pt"
|
||||
|
||||
[layout.entry]
|
||||
@ -97,3 +98,8 @@ language = "zh"
|
||||
[lang.non_latin]
|
||||
name = "余翰文"
|
||||
font = "MiSans"
|
||||
|
||||
[layout.footer]
|
||||
# Optional values: left, center, right
|
||||
footer_align = "center"
|
||||
display_page_counter = false
|
||||
|
||||
BIN
src/avatar.png
BIN
src/avatar.png
Binary file not shown.
|
Before Width: | Height: | Size: 678 KiB |
Loading…
x
Reference in New Issue
Block a user