-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.toml
More file actions
88 lines (75 loc) · 3.81 KB
/
Copy pathmetadata.toml
File metadata and controls
88 lines (75 loc) · 3.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#:schema https://raw.githubusercontent.com/mintyfrankie/brilliant-CV/main/metadata.toml.schema.json
# Set the output language
# INFO: value must matches folder suffix; i.e "zh" -> "./modules_zh"
language = "en"
[layout]
# Optional values: skyblue, red, nephritis, concrete, darknight
# You can also use a custom color by hex code i.e. "#1E90FF"
awesome_color = "#4c72b0"
# Skips are for controlling the spacing between sections and entries
before_section_skip = "1pt"
before_entry_skip = "1pt"
before_entry_description_skip = "1pt"
[layout.fonts]
regular_fonts = ["Source Sans 3"]
header_font = "Roboto"
[layout.header]
# Optional values: left, center, right
header_align = "left"
# Decide if you want to display profile photo or not
display_profile_photo = true
[layout.entry]
# Decide if you want to put your company in bold or your position in bold
display_entry_society_first = false
# Decide if you want to display organisation logo or not
display_logo = true
[inject]
# Decide if you want to inject AI prompt or not
inject_ai_prompt = false
# Decide if you want to inject keywords or not
inject_keywords = false
injected_keywords_list = ["Data Analyst", "GCP", "Python", "SQL", "Tableau"]
[personal]
first_name = "Dr. Edward"
last_name = "Linscott"
# The order of this section will affect how the entries are displayed
# The custom value is for any additional information you want to add, name it as custom-1, custom-2, etc.
[personal.info]
# The built-in `email` key renders a Font Awesome envelope. Use a custom
# entry with a 📬 emoji instead, so the icon comes from the system emoji
# font and does not depend on ./fonts being on the font search path.
# Written as an inline table (not a [personal.info.custom-email] section)
# so it can stay ahead of the bare keys below — TOML requires every
# section header to come after all bare keys of its parent table.
custom-email = { text = "📬 edward.linscott@psi.ch", link = "mailto:edward.linscott@psi.ch" }
github = "elinscott"
# Date of birth deliberately omitted: normal on a Swiss/European CV, but
# NZ hiring practice is to leave it off. Was: extraInfo = "🎂 26/11/1991"
# `extraInfo` (and `location`/`phone`) render as plain text with no link,
# unlike `custom-*` entries which are always wrapped in link() and so
# require a non-empty `link` (empty URLs are a hard error in newer Typst).
# linkedin = "elinscott"
# gitlab = "mintyfrankie"
# researchgate = "John-Doe"
# extraInfo = "I am a cool kid"
# [personal.info.custom-1]
# # image = "" # Example: image("./path/to/image.png")
# text = "🌐 Personal Website"
# link = "https://elinscott.github.io"
[personal.info.custom-2]
# image = "" # Example: image("./path/to/image.png")
text = "🎓 Google Scholar"
link = "https://scholar.google.co.uk/citations?user=4_ejng0AAAAJ&hl=en"
# [personal.info.custom-3]
# # image = "" # Example: image("./path/to/image.png")
# text = "ORCiD"
# link = "https://orcid.org/0000-0002-4967-9873"
# [personal.info.custom-4]
# text = "🏢 Paul Scherrer Institute, Forschungsstrasse 111, 5232 Villigen PSI, Switzerland"
# add a new section if you want to include the language of your choice
# i.e. [[lang.ru]]
# each section must contains the following fields
[lang.en]
header_quote = "Researcher seeking to create the next generation of state-of-the-art methods for computational physics and materials science"
cv_footer = "Curriculum vitae"
letter_footer = "Cover letter"