YAMLResume

Templates

YAMLResume provides several templates out of the box, you can list all templates with yamlresume templates list command.

$ 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` |

By default, YAMLResume uses moderncv-banking template. You can change the template by setting layouts.[].template in your YAML resume.

resume.yml
content:
  # ...

layouts:
  - engine: latex
    # ...
    template: moderncv-classic
    # ...

Check out the following templates for more details:

Edit on GitHub

Last updated on