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