diff --git a/themes/compact/templates/doc.xml b/themes/compact/templates/doc.xml deleted file mode 100644 index 0dc3724..0000000 --- a/themes/compact/templates/doc.xml +++ /dev/null @@ -1,1048 +0,0 @@ - - - - - - - {{ r.name|xml }} - {{ r.name|xml }} - 4 - 14 - 2015-08-28T04:22:00Z - 2015-08-28T04:49:00Z - 1 - 32 - 186 - 1 - 1 - 217 - 15 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ r.contact.email|xml }} - - - - - - - - - - - - - - - - - - - - - {{ r.contact.website|xml }} - - - - - - - - - - - - - - - - - - - {{ r.contact.phone|xml }} - - - - - - - - - - {{ r.name|xml }} - - - - - - - - - - - - - {{ r.summary|xml }} - - - - - - - - - - - - - - - - - - - Skills - - - - - - - - - - - - - {% r.skills.forEach( function( skill, idx, ar) { %} - {% var kwords = skill.summary; %} - - - - - - - - - - {{ skill.name|xml }}: - - - - - - - - - - - {{ kwords|xml }} - - - - - - {% }); %} - - - - - - - - - - - Employment - - - - - - - - - - - - - - - - - - - - {% r.employment.history.forEach( function( proj, idx, ar) { %} - - - - - - - - - - - - - - - - - - {{ proj.employer|xml }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ proj.safe.start.format('YYYY-MM')|xml }} — {{ proj.safe.end.format('YYYY-MM')|xml }} - - - - - - - - - - - - - - - - - - - - {{ proj.summary|xml }} - - - {% proj.highlights.forEach( function( high, idx, ar) { %} - - - - - - - - - - - {{ high|xml }} - - - {% }); %} - - - {% }); %} - - - - - - - - - - Education - - - - - - - - - - - - - - - - - - - - {% r.education.history.forEach( function( edu, idx, ar) { %} - - - - - - - - - - - - - - - - - - {{ edu.institution|xml }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ edu.safe.start.format('YYYY-MM')|xml }} — {{ edu.safe.end.format('YYYY-MM')|xml }} - - - - - - - - - - - - - - - - - - - - TODO - - - {% edu.curriculum.forEach( function( course, idx, ar) { %} - - - - - - - - - - - {{ course|xml }} - - - {% }); %} - - - - {% }); %} - - - - - - - - - - - - diff --git a/themes/compact/templates/html.html b/themes/compact/templates/html.html index 21d3f80..60597b2 100644 --- a/themes/compact/templates/html.html +++ b/themes/compact/templates/html.html @@ -18,9 +18,9 @@ -{% if ( r.summary && r.summary.length ) { %} +{% if ( r.info.summary && r.info.summary.length ) { %}
- {{ r.summary|md }} + {{ r.info.summary|md }}
{% } %} diff --git a/themes/compact/templates/pdf.html b/themes/compact/templates/pdf.html index 8326475..d5e2cbe 100644 --- a/themes/compact/templates/pdf.html +++ b/themes/compact/templates/pdf.html @@ -20,9 +20,9 @@ -{% if ( r.summary && r.summary.length ) { %} +{% if ( r.info.summary && r.info.summary.length ) { %}
- {{ r.summary|md }} + {{ r.info.summary|md }}
{% } %} diff --git a/themes/compact/templates/txt.txt b/themes/compact/templates/txt.txt index 5413c11..ab16b0b 100644 --- a/themes/compact/templates/txt.txt +++ b/themes/compact/templates/txt.txt @@ -5,7 +5,7 @@ *** -{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %} +{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.summary }}{% } %} {% if ( r.skills && r.skills.length ) { %}SKILLS diff --git a/themes/minimist/templates/doc.xml b/themes/minimist/templates/doc.xml index 4dd28b1..3d86c87 100644 --- a/themes/minimist/templates/doc.xml +++ b/themes/minimist/templates/doc.xml @@ -1,4 +1,11 @@ + @@ -714,7 +721,7 @@ - {{ r.summary|xml }} + {{ r.info.summary|xml }} @@ -747,6 +754,7 @@ {% r.skills.forEach( function( skill, idx, ar) { %} + {% var kwords = skill.summary; %} @@ -767,7 +775,7 @@ - {{ skill.level|xml }} + {{ kwords|xml }} @@ -1004,7 +1012,7 @@ - {% print(edu.summary || '') %} + {% print( edu.summary || '' ) %} {% edu.curriculum.forEach( function( course, idx, ar) { %} diff --git a/themes/minimist/templates/html.html b/themes/minimist/templates/html.html index 6debf76..bc6c558 100644 --- a/themes/minimist/templates/html.html +++ b/themes/minimist/templates/html.html @@ -18,9 +18,9 @@ -{% if ( r.summary && r.summary.length ) { %} +{% if ( r.info.summary && r.info.summary.length ) { %}
- {{ r.summary|md }} + {{ r.info.summary|md }}
{% } %} diff --git a/themes/minimist/templates/md.txt b/themes/minimist/templates/md.txt index 8400a4d..bc26480 100644 --- a/themes/minimist/templates/md.txt +++ b/themes/minimist/templates/md.txt @@ -10,7 +10,7 @@ {% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %} {% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %} -{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %} +{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %} {% if ( r.skills && r.skills.length ) { %} ## Skills diff --git a/themes/minimist/templates/pdf.html b/themes/minimist/templates/pdf.html index 584ff80..db6e8d6 100644 --- a/themes/minimist/templates/pdf.html +++ b/themes/minimist/templates/pdf.html @@ -20,9 +20,9 @@ -{% if ( r.summary && r.summary.length ) { %} +{% if ( r.info.summary && r.info.summary.length ) { %}
- {{ r.summary|md }} + {{ r.info.summary|md }}
{% } %} diff --git a/themes/minimist/templates/txt.txt b/themes/minimist/templates/txt.txt index 5413c11..82dbb21 100644 --- a/themes/minimist/templates/txt.txt +++ b/themes/minimist/templates/txt.txt @@ -1,3 +1,9 @@ +{# + + minimist/txt.txt + A plain text resume template for FluentCV's "minimist" theme. + +#} {{ r.name }} {% if (r.contact.email) { %}Email: {{ r.contact.email }}{% } %} {% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %} @@ -5,7 +11,7 @@ *** -{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %} +{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %} {% if ( r.skills && r.skills.length ) { %}SKILLS diff --git a/themes/modern/templates/doc.xml b/themes/modern/templates/doc.xml index 0dc3724..be3633e 100644 --- a/themes/modern/templates/doc.xml +++ b/themes/modern/templates/doc.xml @@ -721,7 +721,7 @@ engine: Underscore - {{ r.summary|xml }} + {{ r.info.summary|xml }} diff --git a/themes/modern/templates/html.html b/themes/modern/templates/html.html index f797856..4a96df0 100644 --- a/themes/modern/templates/html.html +++ b/themes/modern/templates/html.html @@ -33,12 +33,12 @@ engine: Underscore -{% if ( r.summary && r.summary.length ) { %} +{% if ( r.info.summary && r.info.summary.length ) { %}

About

- {{ r.summary|md }} + {{ r.info.summary|md }}
{% } %} @@ -55,8 +55,7 @@ engine: Underscore {% r.skills.forEach( function(skill) { %}
  • -
    -
    +
    {{ skill.name }} @@ -161,7 +160,7 @@ engine: Underscore Published on: {{ pub.safe.date.format('YYYY-MM') }} - + {% }); %} diff --git a/themes/modern/templates/md.txt b/themes/modern/templates/md.txt index 2bdd243..0dad730 100644 --- a/themes/modern/templates/md.txt +++ b/themes/modern/templates/md.txt @@ -10,7 +10,7 @@ {% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %} {% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %} -{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %} +{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %} {% if ( r.skills && r.skills.length ) { %} ## Skills diff --git a/themes/modern/templates/pdf.html b/themes/modern/templates/pdf.html index d5b7adb..1c20409 100644 --- a/themes/modern/templates/pdf.html +++ b/themes/modern/templates/pdf.html @@ -29,12 +29,12 @@ engine: Underscore
    -{% if ( r.summary && r.summary.length ) { %} +{% if ( r.info.summary && r.info.summary.length ) { %}

    About

    - {{ r.summary|md }} + {{ r.info.summary|md }}
    {% } %} @@ -51,8 +51,7 @@ engine: Underscore {% r.skills.forEach( function(skill) { %}
  • -
    -
    +
    {{ skill.name }} diff --git a/themes/modern/templates/txt.txt b/themes/modern/templates/txt.txt index d1d6e0b..f1fa1c9 100644 --- a/themes/modern/templates/txt.txt +++ b/themes/modern/templates/txt.txt @@ -11,7 +11,7 @@ *** -{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %} +{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %} {% if ( r.skills && r.skills.length ) { %}SKILLS