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 |
| ------------------- | ------ | ---------------- | ------------------------------------------------- |
| 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. |By default, YAMLResume uses calm template for HTML output.
You can change the template by setting layouts.[].template in your YAML
resume.
content:
# ...
layouts:
- engine: html
# ...
template: calm
# ...Check out the following templates for more details:
Edit on GitHub
Last updated on