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