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              |
| calm                | html   | Calm             | Clean and minimalist design suitable for all professionals.         |
| vscode              | html   | VS Code          | Dark theme inspired by Visual Studio Code, tailored for developers. |

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