Template
YAMLResume menyediakan template HTML siap pakai, Anda dapat melihat semua
template dengan perintah yamlresume templates list.
$ 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. |Secara default, YAMLResume menggunakan template calm untuk
output HTML. Anda dapat mengubah template dengan mengatur
layouts.[].template di resume YAML Anda.
content:
# ...
layouts:
- engine: html
# ...
template: calm
# ...Lihat template berikut untuk detail lebih lanjut:
Edit on GitHub
Last updated on