YAMLResume

Templates

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

$ yamlresume templates list

| layouts.[].template | Engine | Template Name    | Description                                                         |
| ------------------- | ------ | ---------------- | ------------------------------------------------------------------- |
| jake                | latex  | Jake's Resume    | A simple, straight-forward resume template based on Jake's Resume   |
| 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 calm template for HTML output. You can change the template by setting layouts.[].template in your YAML resume.

resume.yml
content:
  # ...

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

Check out the following templates for more details:

Edit on GitHub

Last updated on