Templates
YAMLResume provides several templates out of the box, you can list all templates
with yamlresume templates list
command.
$ yamlresume templates list
| `layout.template` | Template Name | Description |
| ----------------- | ---------------- | ------------------------------------ |
| moderncv-banking | ModernCV Banking | ModernCV template with banking style |
| moderncv-casual | ModernCV Casual | ModernCV template with casual style |
| moderncv-classic | ModernCV Classic | ModernCV template with classic style |
By default, YAMLResume uses moderncv-banking template. You
can change the template by setting layout.template
in your YAML resume.
content:
# ...
layout:
# ...
template: moderncv-classic
# ...
Check out the following templates for more details:
Edit on GitHub
Last updated on