YAMLResume

模板

YAMLResume 提供开箱即用的 HTML 模板,您可以使用 yamlresume templates list 命令列出所有模板。

$ yamlresume templates list

| layouts.[].template | Engine | Template Name    | Description                                       |
| ------------------- | ------ | ---------------- | ------------------------------------------------- |
| moderncv-banking    | latex  | ModernCV Banking | ModernCV template with banking style              |
| moderncv-casual     | latex  | ModernCV Casual  | ModernCV template with casual style               |
| moderncv-classic    | latex  | ModernCV Classic | ModernCV template with classic style              |
| calm                | html   | Calm             | A dedicated Calm HTML template, suitable for all. |

默认情况下,YAMLResume 对 HTML 输出使用 calm 模板。您可以通过在 YAML 简历中设置 layouts.[].template 来更改模板。

resume.yml
content:
  # ...

layouts:
  - engine: html
    # ...
    template: calm
    # ...

查看以下模板了解更多详情:

Edit on GitHub

Last updated on