From b76821bfb6b8b45d0c1393c964bb40597820faaa Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 22 Dec 2015 11:53:50 -0500 Subject: [PATCH 1/4] Bump version to 0.8.0-beta. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 039d1ae..e2f7a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-themes", - "version": "0.7.0-beta", + "version": "0.8.0-beta", "description": "Multiformat résumé themes and templates for FluentCV and JSON Resume.", "repository": { "type": "git", From 57c769ad53e301a15f1cbb99b7332f78545a0cea Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 22 Dec 2015 18:41:34 -0500 Subject: [PATCH 2/4] Change: Positive: HTML: Fix encoding issues. --- themes/positive/src/positive-html.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/themes/positive/src/positive-html.html b/themes/positive/src/positive-html.html index 277756a..1978520 100644 --- a/themes/positive/src/positive-html.html +++ b/themes/positive/src/positive-html.html @@ -10,7 +10,7 @@
-

{{initialWords r.name }} {{lastWord r.name }}

+

{{{initialWords r.name }}} {{{lastWord r.name }}}

{{{ r.info.label }}}

{{#if r.contact.email}}{{/if}} @@ -63,9 +63,9 @@ {{#compare @index 4 operator="<"}}

{{ position }}, {{#if url }} - {{ employer }} + {{{ employer }}} {{else}} - {{ employer }} + {{{ employer }}} {{/if}} {{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}

{{{ summary }}}

@@ -114,18 +114,18 @@

Service

{{#each r.service.history}} -

{{ position }}, +

{{{ position }}}, {{#if url}} - {{ organization }} + {{{ organization }}} {{else}} - {{ organization }} + {{{ organization }}} {{/if}} {{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}

{{{ summary }}}

{{#if highlights}}
    {{#each highlights}} -
  • {{ this }}
  • +
  • {{{ this }}}
  • {{/each}}
{{/if}} @@ -140,7 +140,7 @@

Writing

{{#each r.writing }} -

{{#if url}}{{ title }}{{else}}{{ title }}{{/if}}, +

{{#if url}}{{{ title }}}{{else}}{{{ title }}}{{/if}}, {{{ publisher.name }}} {{formatDate safe.date 'YYYY'}}

{{# if summary}}{{{ summary }}}{{/if}} {{/each}} @@ -153,7 +153,7 @@

Awards

{{#each r.recognition}} -

{{ title }}, {{ from }} {{formatDate safe.date 'YYYY' }}

+

{{{ title }}}, {{{ from }}} {{formatDate safe.date 'YYYY' }}

{{{ summary }}} {{/each}} From 9c971ccabced82114539f0d68c34146226f4350d Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 24 Dec 2015 07:35:19 -0500 Subject: [PATCH 3/4] Adjust version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2f7a0e..638fccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-themes", - "version": "0.8.0-beta", + "version": "0.7.1-beta", "description": "Multiformat résumé themes and templates for FluentCV and JSON Resume.", "repository": { "type": "git", From 3a98a0a02c73e9fa5d1cbacdf6fd08248a96a712 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 24 Dec 2015 07:36:06 -0500 Subject: [PATCH 4/4] Mention theme palette. --- themes/modern/modern.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/modern/modern.json b/themes/modern/modern.json index f0fe2e7..9faeef3 100644 --- a/themes/modern/modern.json +++ b/themes/modern/modern.json @@ -2,5 +2,8 @@ "title": "modern", "description": "A contemporary resume template suitable for modern technical candidates and employees.", "author": "hacksalot ", - "engine": "handlebars" + "engine": "handlebars", + "palette": { + "skillLevels": [ "#FFFFFF", "#5CB85C", "#F1C40F", "#428BCA", "#C00000" ] + } }