Hey 各位好:
上次 YAMLResume v0.10 发布过了一个月,YAMLResume v0.11 发布了,带来几个实用的新功能。
官方在线编辑器现在可以嵌入到自己的应用中了:
npm install @yamlresume/playground @yamlresume/core
功能包括:
import { Playground } from "@yamlresume/playground"
<Playground yaml={yaml} onChange={setYaml} />
Demo:

官方体验: https://yamlresume.dev/playground
新增日语和德语,现在共支持 8 种语言:英语、中文、西班牙语、法语、挪威语、荷兰语、日语、德语。
locale:
language: ja # 或 'de' 表示德语
现在可以自定义 HTML 和 LaTeX 的字体:
layouts:
- engine: latex
typography:
fontFamily: "EB Garamond"
LaTeX 引擎会检查字体是否存在,自动选用第一个可用的字体
升级方式:
npm install -g yamlresume@latest
# 或
brew upgrade yamlresume
另外,Arch Linux AUR 也收录了 YAMLResume:
yay -S yamlresume后续: