feat(cv): 添加簡歷設計模板和在地化配置

- 配置頁面分頁功能和時間跨度顯示選項
- 定義頁尾、頂部注釋和日期格式模板
- 設置工作經歷、普通條目和教育背景的布局模板
- 添加中文在地化語言支持
- 配置當前日期設定為今天
main
yosheng_zhang 2026-05-18 19:38:01 +08:00
parent 6dfe9dc9e0
commit 05bdcfa66e
1 changed files with 42 additions and 1 deletions

View File

@ -63,4 +63,45 @@ cv:
details: "Multi-tenancy, Semantic Caching, Rate Limiting, AST Parsing, SQL Injection Defense"
design:
theme: sb2nov
theme: sb2nov
sections:
allow_page_break: true
show_time_spans_in:
- experience
templates:
footer: '*NAME -- PAGE_NUMBER/TOTAL_PAGES*'
top_note: '*LAST_UPDATED CURRENT_DATE*'
single_date: MONTH_ABBREVIATION YEAR
date_range: START_DATE END_DATE
time_span: HOW_MANY_YEARS YEARS HOW_MANY_MONTHS MONTHS
experience_entry:
main_column: |-
**POSITION**
COMPANY
SUMMARY
HIGHLIGHTS
date_and_location_column: |-
LOCATION
DATE
normal_entry:
main_column: |-
**NAME**
HIGHLIGHTS
date_and_location_column: |-
LOCATION
DATE
education_entry:
main_column: |-
**INSTITUTION**
AREA
HIGHLIGHTS
date_and_location_column: |-
LOCATION
DATE
locale:
language: mandarin_chinese
last_updated: 最後更新於
month: 個月
months: 個月
settings:
current_date: "today"