diff --git a/themes/compact/src/compact-md.txt b/themes/compact/src/compact-md.txt deleted file mode 100644 index 8778f58..0000000 --- a/themes/compact/src/compact-md.txt +++ /dev/null @@ -1,74 +0,0 @@ -{{ r.name }} -============ -{{#if r.contact.email }}Email: {{{ r.contact.email }}}{{/if}} -{{#if r.contact.phone }}Tel: {{{ r.contact.phone }}}{{/if}} -{{#if r.contact.website }}Web: {{{ r.contact.website }}}{{/if}} - -{{#if r.info.brief }}{{{ r.info.brief }}}{{/if}} - -{{#if r.skills}} -## {{{sectionTitle "SKILLS"}}} - -{{#each r.skills.sets}} - - {{{ name }}}: {{#each this.skills}}{{{ this }}} {{/each}} -{{/each}} -{{/if}} - -{{#if r.employment}} -## {{{sectionTitle "EMPLOYMENT"}}} - -{{#each r.employment.history }} -### {{{ position }}}, {{{ employer }}} ({{formatDate safe.start 'YYYY-MM' }} -- {{formatDate safe.end 'YYYY-MM' }}) -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} - - {{{ this }}} -{{/each}} -{{/if}} -{{/each}} -{{/if}} - -{{#if r.education}} -## {{{sectionTitle "EDUCATION"}}} - -{{#each r.education.history}} -### {{{ institution }}} ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{#if summary }} -{{{ summary }}} -{{/if}} -{{#if courses}} -{{#each courses}} - - {{{ this }}}{{/each}}{{/if}} -{{/each}} -{{/if}} -{{#if r.writing}} -## WRITING - -{{#each r.writing}} -### {{{ title }}} ({{formatDate safe.date 'YYYY-MM' }}) -{{{ summary }}} -{{/each}} -{{/if}} - -{{#if r.service }} -## {{{sectionTitle "SERVICE"}}} - -{{#each r.service.history}} -### {{{ organization }}} ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} - - {{{ this }}} -{{/each}} -{{/if}} - -{{/each}} -{{/if}} -{{#if r.recognition}} -## {{{sectionTitle "RECOGNITION"}}} - -{{#each r.recognition}} -### {{{ title }}}, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }}) -{{{ summary }}} -{{/each}} -{{/if}} diff --git a/themes/compact/src/compact-txt.txt b/themes/compact/src/compact-txt.txt deleted file mode 100644 index 134a620..0000000 --- a/themes/compact/src/compact-txt.txt +++ /dev/null @@ -1,94 +0,0 @@ -{{ r.name }} -{{#has 'contact.email' }}Email: {{{ r.contact.email }}}{{/has}} -{{#has 'contact.phone' }}Tel: {{{ r.contact.phone }}}{{/has}} -{{#has 'contact.website' }}Web: {{{ r.contact.website }}}{{/has}} -================================================================================ - -{{#has 'info.brief' }}{{{ r.info.brief }}}{{/has}} - -{{#section "skills"}} -{{{sectionTitle "SKILLS"}}} ------------------------------------------------------------------------- - -{{#each r.skills.sets}} -- {{{ name }}}: {{#each skills}}{{{ this }}} {{/each}} -{{/each}} -{{/section}} - -{{#section "employment"}} -{{{sectionTitle "EMPLOYMENT"}}} --------------------------------------------------------------------- - -{{#each r.employment.history }} -{{{ position }}}, {{{ employer }}} ({{dateRange .}}) -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} -- {{{ this }}} -{{/each}} -{{/if}} - -{{/each}} -{{/section}} - -{{#section 'projects'}} -{{{sectionTitle "PROJECTS"}}} ----------------------------------------------------------------------- - -{{#each r.projects }} -{{{ title }}}, {{{ role }}} ({{dateRange .}}) -{{{ description }}} -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} -- {{{ this }}} -{{/each}} -{{/if}} -{{/each}} -{{/section}} - -{{#section "education"}} -{{{sectionTitle "EDUCATION"}}} ---------------------------------------------------------------------- - -{{#each r.education.history}} -{{{ institution }}} ({{dateRange .}}) -{{#if summary }} -{{{ summary }}} -{{/if}} -{{#if courses}} -{{#each courses}} -- {{{ this }}} -{{/each}} -{{/if}} - -{{/each}} -{{/section}} - -{{#section "writing"}} -{{{sectionTitle "WRITING"}}} ------------------------------------------------------------------------ - -{{#each r.writing}} -{{{ title }}}{{#has 'safe.date'}} ({{formatDate safe.date 'YYYY-MM' }}){{/has}} -{{{ summary }}} -{{/each}} -{{/section}} - -{{#section "service" }} -{{{sectionTitle "SERVICE"}}} ------------------------------------------------------------------------ - -{{#each r.service.history}} -{{{ organization }}} ({{dateRange .}}) -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} -- {{{ this }}} -{{/each}} -{{/if}} -{{/each}} -{{/section}} - -{{#section "recognition"}} -{{{sectionTitle "RECOGNITION"}}} -------------------------------------------------------------------- - -{{#each r.recognition}} -{{{ title }}}, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }}) -{{{ summary }}} -{{/each}} -{{/section}} diff --git a/themes/compact/theme.json b/themes/compact/theme.json index ad03cad..8a4d914 100644 --- a/themes/compact/theme.json +++ b/themes/compact/theme.json @@ -2,5 +2,9 @@ "title": "compact", "description": "A compact résumé theme for FluentCV.", "author": "hacksalot ", - "engine": "handlebars" + "engine": "handlebars", + "inherits": { + "text": "basis", + "md": "basis" + } } diff --git a/themes/modern/src/modern-html.html b/themes/modern/src/modern-html.html index bbd0460..95c1c41 100644 --- a/themes/modern/src/modern-html.html +++ b/themes/modern/src/modern-html.html @@ -118,6 +118,33 @@ {{/section}} +{{#section 'samples'}} +
+
+
+

{{{sectionTitle "Samples"}}}

+
+ + {{#each r.samples}} + {{#if url}} +

{{ role }}, {{ title }}

+ {{else}} +

{{ role }}, {{ title }}

+ {{/if}} + {{formatDate safe.start 'YYYY-MM' }}—{{formatDate safe.end 'YYYY-MM' }} + {{{ summary }}} + {{#if proj.highlights}} + + {{/if}} + {{/each}} + +
+{{/section}} + {{#section 'education'}}
diff --git a/themes/modern/src/modern-md.txt b/themes/modern/src/modern-md.txt deleted file mode 100644 index 4d7aafa..0000000 --- a/themes/modern/src/modern-md.txt +++ /dev/null @@ -1,108 +0,0 @@ -{{ r.name }} -============ -{{#has 'contact.email' }}Email: {{{ r.contact.email }}}{{/has}} -{{#has 'contact.phone' }}Tel: {{{ r.contact.phone }}}{{/has}} -{{#has 'contact.website' }}Web: {{{ r.contact.website }}}{{/has}} - -{{#has "info.brief" }}{{{ r.info.brief }}}{{/has}} - -{{#section "skills"}} -## {{{sectionTitle "SKILLS"}}} - -{{#each r.skills.sets}} - - {{{ name }}}: {{#each this.skills}}{{{ this }}} {{/each}} -{{/each}} -{{/section}} - -{{#section "employment"}} -## {{{sectionTitle "EMPLOYMENT"}}} - -{{#each r.employment.history }} - -{{#if url}} -### *{{{ position }}}*, [{{{ employer }}}]({{{ url }}}) ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{else}} -### *{{{ position }}}*, {{{ employer }}} ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{/if}} -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} - - {{{ this }}} -{{/each}} -{{/if}} - -{{/each}} -{{/section}} - -{{#section 'projects'}} -## {{{sectionTitle "PROJECTS"}}} - -{{#each r.projects }} -{{#if url }} -### *{{{camelCase role }}}*, [{{{ title }}}]({{{ url }}}) ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{else}} -### *{{{camelCase role }}}*, {{{ title }}} ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{/if}} -{{{ description }}} -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} - - {{{ . }}} - -{{/each}} -{{/if}} -{{/each}} -{{/section}} - -{{#section 'education'}} -## {{{sectionTitle "EDUCATION"}}} - -{{#each r.education.history}} -{{#if url}} -### [{{{ institution }}}]({{{ url }}}) ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{else}} -### {{{ institution }}} ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{/if}} -{{#if summary }} -{{{ summary }}} -{{/if}} -{{#if courses}} -{{#each courses}} - - {{{ this }}}{{/each}}{{/if}} -{{/each}} -{{/section}} -{{#section 'writing'}} -## WRITING - -{{#each r.writing}} -### {{{ title }}} ({{formatDate safe.date 'YYYY-MM' }}) -{{{ summary }}} -{{/each}} -{{/section}} - -{{#section 'service'}} -## {{{sectionTitle "SERVICE"}}} - -{{#each r.service.history }} -{{#if url}} -### [{{{ organization }}}]({{{ url }}}) ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{else}} -### {{{ organization }}} ({{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}) -{{/if}} -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} - - {{{ this }}} -{{/each}} -{{/if}} -{{/each}} -{{/section}} - -{{#section 'recognition'}} -## {{{sectionTitle "RECOGNITION"}}} - -{{#each r.recognition}} -### *{{{ title }}}*, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }}) -{{{ summary }}} -{{/each}} -{{/section}} diff --git a/themes/modern/src/modern-txt.txt b/themes/modern/src/modern-txt.txt deleted file mode 100644 index 134a620..0000000 --- a/themes/modern/src/modern-txt.txt +++ /dev/null @@ -1,94 +0,0 @@ -{{ r.name }} -{{#has 'contact.email' }}Email: {{{ r.contact.email }}}{{/has}} -{{#has 'contact.phone' }}Tel: {{{ r.contact.phone }}}{{/has}} -{{#has 'contact.website' }}Web: {{{ r.contact.website }}}{{/has}} -================================================================================ - -{{#has 'info.brief' }}{{{ r.info.brief }}}{{/has}} - -{{#section "skills"}} -{{{sectionTitle "SKILLS"}}} ------------------------------------------------------------------------- - -{{#each r.skills.sets}} -- {{{ name }}}: {{#each skills}}{{{ this }}} {{/each}} -{{/each}} -{{/section}} - -{{#section "employment"}} -{{{sectionTitle "EMPLOYMENT"}}} --------------------------------------------------------------------- - -{{#each r.employment.history }} -{{{ position }}}, {{{ employer }}} ({{dateRange .}}) -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} -- {{{ this }}} -{{/each}} -{{/if}} - -{{/each}} -{{/section}} - -{{#section 'projects'}} -{{{sectionTitle "PROJECTS"}}} ----------------------------------------------------------------------- - -{{#each r.projects }} -{{{ title }}}, {{{ role }}} ({{dateRange .}}) -{{{ description }}} -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} -- {{{ this }}} -{{/each}} -{{/if}} -{{/each}} -{{/section}} - -{{#section "education"}} -{{{sectionTitle "EDUCATION"}}} ---------------------------------------------------------------------- - -{{#each r.education.history}} -{{{ institution }}} ({{dateRange .}}) -{{#if summary }} -{{{ summary }}} -{{/if}} -{{#if courses}} -{{#each courses}} -- {{{ this }}} -{{/each}} -{{/if}} - -{{/each}} -{{/section}} - -{{#section "writing"}} -{{{sectionTitle "WRITING"}}} ------------------------------------------------------------------------ - -{{#each r.writing}} -{{{ title }}}{{#has 'safe.date'}} ({{formatDate safe.date 'YYYY-MM' }}){{/has}} -{{{ summary }}} -{{/each}} -{{/section}} - -{{#section "service" }} -{{{sectionTitle "SERVICE"}}} ------------------------------------------------------------------------ - -{{#each r.service.history}} -{{{ organization }}} ({{dateRange .}}) -{{{ summary }}} -{{#if highlights}} -{{#each highlights}} -- {{{ this }}} -{{/each}} -{{/if}} -{{/each}} -{{/section}} - -{{#section "recognition"}} -{{{sectionTitle "RECOGNITION"}}} -------------------------------------------------------------------- - -{{#each r.recognition}} -{{{ title }}}, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }}) -{{{ summary }}} -{{/each}} -{{/section}} diff --git a/themes/modern/theme.json b/themes/modern/theme.json index d86a65a..2dcf668 100644 --- a/themes/modern/theme.json +++ b/themes/modern/theme.json @@ -6,5 +6,9 @@ "palette": { "skillLevels": [ "#FFFFFF", "#5CB85C", "#F1C40F", "#428BCA", "#C00000" ] }, - "message": "To get colored skill progress bars, make sure your resume includes a `level` element for each skill!" + "message": "To get colored skill progress bars, make sure your resume includes a `level` element for each skill!", + "inherits": { + "txt": "basis", + "md": "basis" + } } diff --git a/themes/positive/theme.json b/themes/positive/theme.json index 57eec01..fecdd24 100644 --- a/themes/positive/theme.json +++ b/themes/positive/theme.json @@ -4,7 +4,7 @@ "author": "hacksalot ", "engine": "handlebars", "inherits": { - "text": "compact", - "md": "compact" + "text": "basis", + "md": "basis" } }