RenderCV
RenderCV input file
| Type | object |
|---|---|
| File match |
*_CV.yml
*_CV.yaml
*_CV.json
*_CV.json5
*_cv.yml
*_cv.yaml
*_cv.json
*_cv.json5
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/rendercv/latest.json |
| Source | https://raw.githubusercontent.com/sinaatalay/rendercv/main/schema.json |
Validate with Lintel
npx @lintel/lintel check
Resume builder for academics and engineers
Properties
10 nested properties
You can provide multiple emails as a list.
Photo file path (relative to the YAML file) or a URL.
Your phone number with country code in international format (e.g., +1 for USA, +44 for UK). The display format in the output is controlled by design.header.connections.phone_number_format. You can provide multiple numbers as a list.
You can provide multiple URLs as a list.
Additional header connections you define yourself. Each item has a placeholder (the displayed text), an optional url, and the Font Awesome icon name to render (from https://fontawesome.com/search).
The sections of your CV. Keys are section titles (e.g., Experience, Education), and values are lists of entries. Entry types are automatically detected based on their fields.
4 nested properties
The date to use as "current date" for filenames, the "last updated" label, and time span calculations. Defaults to the actual current date.
13 nested properties
Path to a YAML file containing the design field.
Path to a YAML file containing the locale field.
Skip Markdown generation. This also disables HTML generation. The default value is false.
Skip HTML generation. The default value is false.
Skip Typst generation. This also disables PDF and PNG generation. The default value is false.
Skip PDF generation. The default value is false.
Skip PNG generation. The default value is false.
Keywords to automatically bold in the output.
[]
Title metadata for the PDF document. This appears in browser tabs and PDF readers. Available placeholders:
NAME: The CV owner's name fromcv.nameCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is NAME - CV.
Definitions
The language for your CV. The default value is arabic.
Translation of "Last updated in". The default value is آخر تحديث في.
Translation of "month" (singular). The default value is شهر.
Translation of "months" (plural). The default value is أشهر.
Translation of "year" (singular). The default value is سنة.
Translation of "years" (plural). The default value is سنوات.
Translation of "present" for ongoing dates. The default value is الحاضر.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE في AREA.
Month abbreviations (Jan-Dec).
[
"ينا",
"فبر",
"مار",
"أبر",
"ماي",
"يون",
"يول",
"أغس",
"سبت",
"أكت",
"نوف",
"ديس"
]
Full month names (January-December).
[
"يناير",
"فبراير",
"مارس",
"أبريل",
"مايو",
"يونيو",
"يوليو",
"أغسطس",
"سبتمبر",
"أكتوبر",
"نوفمبر",
"ديسمبر"
]
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is ['experience'].
[
"experience"
]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **DEGREE**.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
User-defined contact method with custom icon and URL.
Why: Built-in social networks cover common platforms, but users need arbitrary contact methods (personal websites, custom platforms). CustomConnection provides a FontAwesome icon, display text, and optional URL for any contact channel.
You can provide multiple emails as a list.
Photo file path (relative to the YAML file) or a URL.
Your phone number with country code in international format (e.g., +1 for USA, +44 for UK). The display format in the output is controlled by design.header.connections.phone_number_format. You can provide multiple numbers as a list.
You can provide multiple URLs as a list.
Additional header connections you define yourself. Each item has a placeholder (the displayed text), an optional url, and the Font Awesome icon name to render (from https://fontawesome.com/search).
The sections of your CV. Keys are section titles (e.g., Experience, Education), and values are lists of entries. Entry types are automatically detected based on their fields.
The language for your CV. The default value is danish.
Translation of "Last updated in". The default value is Senest opdateret.
Translation of "month" (singular). The default value is måned.
Translation of "months" (plural). The default value is måneder.
Translation of "year" (singular). The default value is år.
Translation of "years" (plural). The default value is år.
Translation of "present" for ongoing dates. The default value is nuværende.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE i AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Feb",
"Mar",
"Apr",
"Maj",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dec"
]
Full month names (January-December).
[
"Januar",
"Februar",
"Marts",
"April",
"Maj",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"December"
]
The language for your CV. The default value is dutch.
Translation of "Last updated in". The default value is Laatst bijgewerkt.
Translation of "month" (singular). The default value is maand.
Translation of "months" (plural). The default value is maanden.
Translation of "year" (singular). The default value is jaar.
Translation of "years" (plural). The default value is jaren.
Translation of "present" for ongoing dates. The default value is heden.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE in AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Feb",
"Mrt",
"Apr",
"Mei",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dec"
]
Full month names (January-December).
[
"Januari",
"Februari",
"Maart",
"April",
"Mei",
"Juni",
"Juli",
"Augustus",
"September",
"Oktober",
"November",
"December"
]
Field of study or major.
The date of this event in YYYY-MM-DD, YYYY-MM, or YYYY format, or any custom text like 'Fall 2023'. Use this for single-day or imprecise dates. For date ranges, use start_date and end_date instead.
The start date in YYYY-MM-DD, YYYY-MM, or YYYY format.
The end date in YYYY-MM-DD, YYYY-MM, or YYYY format. Use "present" for ongoing events, or omit it to indicate the event is ongoing.
Bullet points for key achievements, responsibilities, or contributions.
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(35, 31, 32).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(155, 35, 25).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(90, 60, 55).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(100, 75, 68).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(155, 35, 25).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(155, 35, 25).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(140, 125, 118).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(140, 125, 118).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified-with-no-hyphenation.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
The language for your CV. The default value is english.
Translation of "Last updated in". The default value is Last updated in.
Translation of "month" (singular). The default value is month.
Translation of "months" (plural). The default value is months.
Translation of "year" (singular). The default value is year.
Translation of "years" (plural). The default value is years.
Translation of "present" for ongoing dates. The default value is present.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE in AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"June",
"July",
"Aug",
"Sept",
"Oct",
"Nov",
"Dec"
]
Full month names (January-December).
[
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
]
The date of this event in YYYY-MM-DD, YYYY-MM, or YYYY format, or any custom text like 'Fall 2023'. Use this for single-day or imprecise dates. For date ranges, use start_date and end_date instead.
The start date in YYYY-MM-DD, YYYY-MM, or YYYY format.
The end date in YYYY-MM-DD, YYYY-MM, or YYYY format. Use "present" for ongoing events, or omit it to indicate the event is ongoing.
Bullet points for key achievements, responsibilities, or contributions.
The language for your CV. The default value is french.
Translation of "Last updated in". The default value is Dernière mise à jour.
Translation of "month" (singular). The default value is mois.
Translation of "months" (plural). The default value is mois.
Translation of "year" (singular). The default value is an.
Translation of "years" (plural). The default value is ans.
Translation of "present" for ongoing dates. The default value is présent.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE en AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Fév",
"Mar",
"Avr",
"Mai",
"Juin",
"Juil",
"Aoû",
"Sep",
"Oct",
"Nov",
"Déc"
]
Full month names (January-December).
[
"Janvier",
"Février",
"Mars",
"Avril",
"Mai",
"Juin",
"Juillet",
"Août",
"Septembre",
"Octobre",
"Novembre",
"Décembre"
]
The language for your CV. The default value is german.
Translation of "Last updated in". The default value is Zuletzt aktualisiert.
Translation of "month" (singular). The default value is Monat.
Translation of "months" (plural). The default value is Monate.
Translation of "year" (singular). The default value is Jahr.
Translation of "years" (plural). The default value is Jahre.
Translation of "present" for ongoing dates. The default value is gegenwärtig.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE in AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Feb",
"Mär",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dez"
]
Full month names (January-December).
[
"Januar",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"
]
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is ``.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **DEGREE**.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
The language for your CV. The default value is hebrew.
Translation of "Last updated in". The default value is עודכן לאחרונה ב.
Translation of "month" (singular). The default value is חודש.
Translation of "months" (plural). The default value is חודשים.
Translation of "year" (singular). The default value is שנה.
Translation of "years" (plural). The default value is שנים.
Translation of "present" for ongoing dates. The default value is הווה.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE בAREA.
Month abbreviations (Jan-Dec).
[
"ינו'",
"פבר'",
"מרץ",
"אפר'",
"מאי",
"יוני",
"יולי",
"אוג'",
"ספט'",
"אוק'",
"נוב'",
"דצמ'"
]
Full month names (January-December).
[
"ינואר",
"פברואר",
"מרץ",
"אפריל",
"מאי",
"יוני",
"יולי",
"אוגוסט",
"ספטמבר",
"אוקטובר",
"נובמבר",
"דצמבר"
]
The language for your CV. The default value is hindi.
Translation of "Last updated in". The default value is अंतिम अद्यतन.
Translation of "month" (singular). The default value is महीना.
Translation of "months" (plural). The default value is महीने.
Translation of "year" (singular). The default value is वर्ष.
Translation of "years" (plural). The default value is वर्ष.
Translation of "present" for ongoing dates. The default value is वर्तमान.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA में DEGREE.
Month abbreviations (Jan-Dec).
[
"जन",
"फर",
"मार",
"अप्र",
"मई",
"जून",
"जुल",
"अग",
"सित",
"अक्ट",
"नव",
"दिस"
]
Full month names (January-December).
[
"जनवरी",
"फरवरी",
"मार्च",
"अप्रैल",
"मई",
"जून",
"जुलाई",
"अगस्त",
"सितंबर",
"अक्टूबर",
"नवंबर",
"दिसंबर"
]
The language for your CV. The default value is hungarian.
Translation of "Last updated in". The default value is Utoljára frissítve.
Translation of "month" (singular). The default value is hónap.
Translation of "months" (plural). The default value is hónap.
Translation of "year" (singular). The default value is év.
Translation of "years" (plural). The default value is év.
Translation of "present" for ongoing dates. The default value is jelenleg.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE AREA szakon.
Month abbreviations (Jan-Dec).
[
"Jan",
"Febr",
"Márc",
"Ápr",
"Máj",
"Jún",
"Júl",
"Aug",
"Szept",
"Okt",
"Nov",
"Dec"
]
Full month names (January-December).
[
"Január",
"Február",
"Március",
"Április",
"Május",
"Június",
"Július",
"Augusztus",
"Szeptember",
"Október",
"November",
"December"
]
The language for your CV. The default value is indonesian.
Translation of "Last updated in". The default value is Terakhir diperbarui.
Translation of "month" (singular). The default value is bulan.
Translation of "months" (plural). The default value is bulan.
Translation of "year" (singular). The default value is tahun.
Translation of "years" (plural). The default value is tahun.
Translation of "present" for ongoing dates. The default value is sekarang.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE di AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Feb",
"Mar",
"Apr",
"Mei",
"Jun",
"Jul",
"Agu",
"Sep",
"Okt",
"Nov",
"Des"
]
Full month names (January-December).
[
"Januari",
"Februari",
"Maret",
"April",
"Mei",
"Juni",
"Juli",
"Agustus",
"September",
"Oktober",
"November",
"Desember"
]
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(42, 24, 82).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(42, 24, 82).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(70, 50, 110).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(42, 24, 82).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(42, 24, 82).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(120, 100, 140).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(120, 100, 140).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
The language for your CV. The default value is italian.
Translation of "Last updated in". The default value is Ultimo aggiornamento.
Translation of "month" (singular). The default value is mese.
Translation of "months" (plural). The default value is mesi.
Translation of "year" (singular). The default value is anno.
Translation of "years" (plural). The default value is anni.
Translation of "present" for ongoing dates. The default value is presente.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE in AREA.
Month abbreviations (Jan-Dec).
[
"Gen",
"Feb",
"Mar",
"Apr",
"Mag",
"Giu",
"Lug",
"Ago",
"Set",
"Ott",
"Nov",
"Dic"
]
Full month names (January-December).
[
"Gennaio",
"Febbraio",
"Marzo",
"Aprile",
"Maggio",
"Giugno",
"Luglio",
"Agosto",
"Settembre",
"Ottobre",
"Novembre",
"Dicembre"
]
The language for your CV. The default value is japanese.
Translation of "Last updated in". The default value is 最終更新.
Translation of "month" (singular). The default value is 月.
Translation of "months" (plural). The default value is ヶ月.
Translation of "year" (singular). The default value is 年.
Translation of "years" (plural). The default value is 年.
Translation of "present" for ongoing dates. The default value is 現在.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA DEGREE.
Month abbreviations (Jan-Dec).
[
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"
]
Full month names (January-December).
[
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"
]
The language for your CV. The default value is korean.
Translation of "Last updated in". The default value is 마지막 업데이트.
Translation of "month" (singular). The default value is 월.
Translation of "months" (plural). The default value is 개월.
Translation of "year" (singular). The default value is 년.
Translation of "years" (plural). The default value is 년.
Translation of "present" for ongoing dates. The default value is 현재.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA DEGREE.
Month abbreviations (Jan-Dec).
[
"1월",
"2월",
"3월",
"4월",
"5월",
"6월",
"7월",
"8월",
"9월",
"10월",
"11월",
"12월"
]
Full month names (January-December).
[
"1월",
"2월",
"3월",
"4월",
"5월",
"6월",
"7월",
"8월",
"9월",
"10월",
"11월",
"12월"
]
The language for your CV. The default value is mandarin_chinese.
Translation of "Last updated in". The default value is 最后更新于.
Translation of "month" (singular). The default value is 个月.
Translation of "months" (plural). The default value is 个月.
Translation of "year" (singular). The default value is 年.
Translation of "years" (plural). The default value is 年.
Translation of "present" for ongoing dates. The default value is 至今.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA DEGREE.
Month abbreviations (Jan-Dec).
[
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"
]
Full month names (January-December).
[
"一月",
"二月",
"三月",
"四月",
"五月",
"六月",
"七月",
"八月",
"九月",
"十月",
"十一月",
"十二月"
]
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
The date of this event in YYYY-MM-DD, YYYY-MM, or YYYY format, or any custom text like 'Fall 2023'. Use this for single-day or imprecise dates. For date ranges, use start_date and end_date instead.
The start date in YYYY-MM-DD, YYYY-MM, or YYYY format.
The end date in YYYY-MM-DD, YYYY-MM, or YYYY format. Use "present" for ongoing events, or omit it to indicate the event is ongoing.
Bullet points for key achievements, responsibilities, or contributions.
The language for your CV. The default value is norwegian_bokmål.
Translation of "Last updated in". The default value is Sist oppdatert.
Translation of "month" (singular). The default value is måned.
Translation of "months" (plural). The default value is måneder.
Translation of "year" (singular). The default value is år.
Translation of "years" (plural). The default value is år.
Translation of "present" for ongoing dates. The default value is nåværende.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE i AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Feb",
"Mar",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Des"
]
Full month names (January-December).
[
"Januar",
"Februar",
"Mars",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Desember"
]
The language for your CV. The default value is norwegian_nynorsk.
Translation of "Last updated in". The default value is Sist oppdatert.
Translation of "month" (singular). The default value is månad.
Translation of "months" (plural). The default value is månader.
Translation of "year" (singular). The default value is år.
Translation of "years" (plural). The default value is år.
Translation of "present" for ongoing dates. The default value is nåverande.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE i AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Feb",
"Mar",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Des"
]
Full month names (January-December).
[
"Januar",
"Februar",
"Mars",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Desember"
]
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 100, 90).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 80, 72).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 80, 72).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 100, 90).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 100, 90).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(100, 140, 135).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(100, 140, 135).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is left.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
The language for your CV. The default value is persian.
Translation of "Last updated in". The default value is آخرین بهروزرسانی در.
Translation of "month" (singular). The default value is ماه.
Translation of "months" (plural). The default value is ماه.
Translation of "year" (singular). The default value is سال.
Translation of "years" (plural). The default value is سال.
Translation of "present" for ongoing dates. The default value is حال.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE در AREA.
Month abbreviations (Jan-Dec).
[
"ژان",
"فور",
"مار",
"آور",
"مه",
"ژون",
"ژول",
"اوت",
"سپت",
"اکت",
"نوا",
"دسا"
]
Full month names (January-December).
[
"ژانویه",
"فوریه",
"مارس",
"آوریل",
"مه",
"ژوئن",
"ژوئیه",
"اوت",
"سپتامبر",
"اکتبر",
"نوامبر",
"دسامبر"
]
The language for your CV. The default value is portuguese.
Translation of "Last updated in". The default value is Última atualização.
Translation of "month" (singular). The default value is mês.
Translation of "months" (plural). The default value is meses.
Translation of "year" (singular). The default value is ano.
Translation of "years" (plural). The default value is anos.
Translation of "present" for ongoing dates. The default value is presente.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE em AREA.
Month abbreviations (Jan-Dec).
[
"Jan",
"Fev",
"Mar",
"Abr",
"Mai",
"Jun",
"Jul",
"Ago",
"Set",
"Out",
"Nov",
"Dez"
]
Full month names (January-December).
[
"Janeiro",
"Fevereiro",
"Março",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro"
]
You can bold your name with double asterisks.
The DOI (Digital Object Identifier). If provided, it will be used as the link instead of the URL.
A URL link to the publication. Ignored if DOI is provided.
The journal, conference, or venue where it was published.
The date of this event in YYYY-MM-DD, YYYY-MM, or YYYY format, or any custom text like 'Fall 2023'. Use this for single-day or imprecise dates. For date ranges, use start_date and end_date instead.
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Path to a YAML file containing the design field.
Path to a YAML file containing the locale field.
Skip Markdown generation. This also disables HTML generation. The default value is false.
Skip HTML generation. The default value is false.
Skip Typst generation. This also disables PDF and PNG generation. The default value is false.
Skip PDF generation. The default value is false.
Skip PNG generation. The default value is false.
Reverse-numbered list item. Numbering goes in reverse (5, 4, 3, 2, 1), making recent items have higher numbers.
The language for your CV. The default value is russian.
Translation of "Last updated in". The default value is Последнее обновление.
Translation of "month" (singular). The default value is месяц.
Translation of "months" (plural). The default value is месяцы.
Translation of "year" (singular). The default value is год.
Translation of "years" (plural). The default value is лет.
Translation of "present" for ongoing dates. The default value is настоящее время.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE в AREA.
Month abbreviations (Jan-Dec).
[
"Янв",
"Фев",
"Мар",
"Апр",
"Май",
"Июн",
"Июл",
"Авг",
"Сен",
"Окт",
"Ноя",
"Дек"
]
Full month names (January-December).
[
"Январь",
"Февраль",
"Март",
"Апрель",
"Май",
"Июнь",
"Июль",
"Август",
"Сентябрь",
"Октябрь",
"Ноябрь",
"Декабрь"
]
8 nested properties
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
7 nested properties
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
2 nested properties
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
9 nested properties
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
4 nested properties
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
8 nested properties
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
10 nested properties
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
The date to use as "current date" for filenames, the "last updated" label, and time span calculations. Defaults to the actual current date.
13 nested properties
Path to a YAML file containing the design field.
Path to a YAML file containing the locale field.
Skip Markdown generation. This also disables HTML generation. The default value is false.
Skip HTML generation. The default value is false.
Skip Typst generation. This also disables PDF and PNG generation. The default value is false.
Skip PDF generation. The default value is false.
Skip PNG generation. The default value is false.
Keywords to automatically bold in the output.
[]
Title metadata for the PDF document. This appears in browser tabs and PDF readers. Available placeholders:
NAME: The CV owner's name fromcv.nameCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is NAME - CV.
The language for your CV. The default value is spanish.
Translation of "Last updated in". The default value is Última actualización.
Translation of "month" (singular). The default value is mes.
Translation of "months" (plural). The default value is meses.
Translation of "year" (singular). The default value is año.
Translation of "years" (plural). The default value is años.
Translation of "present" for ongoing dates. The default value is presente.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE en AREA.
Month abbreviations (Jan-Dec).
[
"Ene",
"Feb",
"Mar",
"Abr",
"May",
"Jun",
"Jul",
"Ago",
"Sep",
"Oct",
"Nov",
"Dic"
]
Full month names (January-December).
[
"Enero",
"Febrero",
"Marzo",
"Abril",
"Mayo",
"Junio",
"Julio",
"Agosto",
"Septiembre",
"Octubre",
"Noviembre",
"Diciembre"
]
The language for your CV. The default value is turkish.
Translation of "Last updated in". The default value is Son güncelleme.
Translation of "month" (singular). The default value is ay.
Translation of "months" (plural). The default value is ay.
Translation of "year" (singular). The default value is yıl.
Translation of "years" (plural). The default value is yıl.
Translation of "present" for ongoing dates. The default value is halen.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA, DEGREE.
Month abbreviations (Jan-Dec).
[
"Oca",
"Şub",
"Mar",
"Nis",
"May",
"Haz",
"Tem",
"Ağu",
"Eyl",
"Eki",
"Kas",
"Ara"
]
Full month names (January-December).
[
"Ocak",
"Şubat",
"Mart",
"Nisan",
"Mayıs",
"Haziran",
"Temmuz",
"Ağustos",
"Eylül",
"Ekim",
"Kasım",
"Aralık"
]
The language for your CV. The default value is vietnamese.
Translation of "Last updated in". The default value is Cập nhật lần cuối vào.
Translation of "month" (singular). The default value is tháng.
Translation of "months" (plural). The default value is tháng.
Translation of "year" (singular). The default value is năm.
Translation of "years" (plural). The default value is năm.
Translation of "present" for ongoing dates. The default value is hiện tại.
1 nested properties
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE ngành AREA.
Month abbreviations (Jan-Dec).
[
"Th01",
"Th02",
"Th03",
"Th04",
"Th05",
"Th06",
"Th07",
"Th08",
"Th09",
"Th10",
"Th11",
"Th12"
]
Full month names (January-December).
[
"Tháng Một",
"Tháng Hai",
"Tháng Ba",
"Tháng Tư",
"Tháng Năm",
"Tháng Sáu",
"Tháng Bảy",
"Tháng Tám",
"Tháng Chín",
"Tháng Mười",
"Tháng Mười Một",
"Tháng Mười Hai"
]
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 79, 144).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(35, 31, 32).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(155, 35, 25).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(90, 60, 55).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(100, 75, 68).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(155, 35, 25).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(155, 35, 25).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(140, 125, 118).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(140, 125, 118).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(42, 24, 82).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(42, 24, 82).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(70, 50, 110).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(42, 24, 82).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(42, 24, 82).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(120, 100, 140).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(120, 100, 140).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 100, 90).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 80, 72).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 80, 72).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 100, 90).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 100, 90).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(100, 140, 135).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(100, 140, 135).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0, 0, 0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(128, 128, 128).
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **DEGREE**.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **DEGREE**.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Allow page breaks within entries. If false, entries that don't fit will move to a new page. The default value is false.
Shorten the second row to align with the date/location column. The default value is true.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Photo position (left or right). The default value is left.
6 nested properties
Make contact information clickable in the PDF. The default value is true.
Show icons next to contact information. The default value is true.
Display full URLs instead of labels. The default value is false.
Character(s) to separate contact items (e.g., '|' or '•'). Leave empty for no separator. The default value is ''.
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
Underline hyperlinks. The default value is false.
Show an external link icon next to URLs. The default value is false.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is ['experience'].
[
"experience"
]
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
Allow page breaks within sections. If false, sections that don't fit will start on a new page. The default value is true.
Section titles where time spans (e.g., '2 years 3 months') should be displayed. The default value is [].
[]
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **DEGREE**.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is ``.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **DEGREE**.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Template for the footer. Available placeholders:
NAME: The CV owner's name fromcv.namePAGE_NUMBER: Current page numberTOTAL_PAGES: Total number of pagesCURRENT_DATE: Formatted date based ondesign.templates.single_dateMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *NAME -- PAGE_NUMBER/TOTAL_PAGES*.
Template for the top note. Available placeholders:
LAST_UPDATED: Localized "last updated" text fromlocale.last_updatedCURRENT_DATE: Formatted date based ondesign.templates.single_dateNAME: The CV owner's name fromcv.nameMONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is *LAST_UPDATED CURRENT_DATE*.
Template for single dates. Available placeholders:
MONTH_NAME: Full month name (e.g., January)MONTH_ABBREVIATION: Abbreviated month name (e.g., Jan)MONTH: Month number (e.g., 1)MONTH_IN_TWO_DIGITS: Zero-padded month (e.g., 01)DAY: Day of the month (e.g., 5)DAY_IN_TWO_DIGITS: Zero-padded day (e.g., 05)YEAR: Full year (e.g., 2025)YEAR_IN_TWO_DIGITS: Two-digit year (e.g., 25)
The default value is MONTH_ABBREVIATION YEAR.
Template for date ranges. Available placeholders:
START_DATE: Formatted start date based ondesign.templates.single_dateEND_DATE: Formatted end date based ondesign.templates.single_date(or "present"/"ongoing" for current positions)
The default value is START_DATE – END_DATE.
Template for time spans (duration calculations). Available placeholders:
HOW_MANY_YEARS: Number of years (e.g., 2)YEARS: Localized word for "years" fromlocale.years(or singular "year")HOW_MANY_MONTHS: Number of months (e.g., 3)MONTHS: Localized word for "months" fromlocale.months(or singular "month")
The default value is HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS.
1 nested properties
Template for one-line entries. Available placeholders:
LABEL: The label text (e.g., "Languages", "Citizenship")DETAILS: The details text (e.g., "English (native), Spanish (fluent)")
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **LABEL:** DETAILS.
3 nested properties
Template for education entry main column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)DEGREE_WITH_AREA: Locale-aware phrase combining degree and area (e.g., 'BS in Computer Science')SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **INSTITUTION**, AREA\nSUMMARY\nHIGHLIGHTS.
Optional degree column template. If provided, displays degree in separate column. If null, no degree column is shown. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is None.
Template for education entry date/location column. Available placeholders:
INSTITUTION: Institution nameAREA: Field of study/majorDEGREE: Degree type (e.g., BS, PhD)SUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for normal entry main column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **NAME**\nSUMMARY\nHIGHLIGHTS.
Template for normal entry date/location column. Available placeholders:
NAME: Entry name/titleSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for experience entry main column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **COMPANY**, POSITION\nSUMMARY\nHIGHLIGHTS.
Template for experience entry date/location column. Available placeholders:
COMPANY: Company namePOSITION: Job title/positionSUMMARY: Summary textHIGHLIGHTS: Bullet points listLOCATION: Location textDATE: Formatted date or date range
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is LOCATION\nDATE.
2 nested properties
Template for publication entry main column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is **TITLE**\nSUMMARY\nAUTHORS\nURL (JOURNAL).
Template for publication entry date column. Available placeholders:
TITLE: Publication titleAUTHORS: List of authors (formatted as comma-separated string)SUMMARY: Summary/abstract textDOI: Digital Object IdentifierURL: Publication URL (if DOI not provided)JOURNAL: Journal/conference/venue nameDATE: Formatted date
You can also add arbitrary keys to entries and use them as UPPERCASE placeholders.
The default value is DATE.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified-with-no-hyphenation.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is left.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Text alignment. Options: 'left', 'justified' (spreads text across full width), 'justified-with-no-hyphenation' (justified without word breaks). The default value is justified.
The font family. You can provide a single font name as a string (applies to all elements), or a dictionary with keys 'body', 'name', 'headline', 'connections', and 'section_titles' to customize each element. Any system font can be used.
4 nested properties
Whether to use small caps for the name. The default value is false.
Whether to use small caps for the headline. The default value is false.
Whether to use small caps for connections. The default value is false.
Whether to use small caps for section titles. The default value is false.
4 nested properties
Whether to make the name bold. The default value is true.
Whether to make the headline bold. The default value is false.
Whether to make connections bold. The default value is false.
Whether to make section titles bold. The default value is true.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE in AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE di AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE in AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA DEGREE.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA DEGREE.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA DEGREE.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE i AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE i AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE در AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE em AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE в AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE في AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE en AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA, DEGREE.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE ngành AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE i AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE in AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE en AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE in AREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE בAREA.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is AREA में DEGREE.
Template for combining degree and area in education entries. Available placeholders: DEGREE, AREA. The default value is DEGREE AREA szakon.