YAMLResume

HTML 引擎

HTML 引擎生成干净、适用于网络的 HTML 版本简历。这特别适用于在网站中嵌入简历、在线分享或创建基于网络的作品集。

配置

要使用 HTML 引擎,请在布局配置中指定 engine: html

layouts:
  - engine: html
    template: calm
    # ... 其他选项

章节

sections 选项允许您自定义章节标题及其顺序。更多信息,请参见章节文档

layouts:
  - engine: html
    sections:
      aliases:
        work: "Professional Experience"
        education: "Education"
        skills: "Skills"
      order:
        - basics
        - work
        - education

模板

template 选项允许您从各种模板中选择。每个模板都有独特的设计和布局。您可以在模板文档中找到可用模板的列表。

layouts:
  - engine: html
    template: calm

排版

typography 选项允许您自定义简历中使用的字体样式。

目前,只支持 fontSize,HTML 引擎支持从 14px20px 的字体大小。

layouts:
  - engine: html
    typography:
      fontSize: 16px
Edit on GitHub

Last updated on