From fc2c2fa73280a85acfb9be7591238ab0e98ab73a Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 24 Dec 2015 08:58:07 -0500 Subject: [PATCH 1/5] Add instructions to Modern theme. That all may experience the joy of colored skill progress bars. --- themes/modern/README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/themes/modern/README.md b/themes/modern/README.md index 80f16d7..877d707 100644 --- a/themes/modern/README.md +++ b/themes/modern/README.md @@ -1,5 +1,28 @@ Theme: Modern =============== -A contemporary technical résumé theme for FluentCV. +A contemporary technical résumé theme for FluentCV with colored progress bars +representing skill levels and Font Awesome icons for section headers. + +Note: In order to display colored progress bars as in the below image, your resume should include a `level` annotation for each skill: + +```json +{ + "name": "JavaScript", + "level": "master", + "skills": [ + "Node.js", "Angular.js", "jQuery", "Bootstrap", "React.js", "Backbone.js" + ] +}, +{ + "name": "Database", + "level": "intermediate", + "skills": [ + "MySQL", "PostgreSQL", "NoSQL", "ORM", "Hibernate" + ] +} +``` + +Valid values for `level` are `master`, `advanced`, `intermediate`, `beginner`, +or a number between 1 and 10. ![](modern.png) From 962c61babaed4ca89ecadfd10ac75fb3cc5b164b Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 24 Dec 2015 09:00:27 -0500 Subject: [PATCH 2/5] Bump version to 0.8.0. For real this time. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 638fccb..e2f7a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-themes", - "version": "0.7.1-beta", + "version": "0.8.0-beta", "description": "Multiformat résumé themes and templates for FluentCV and JSON Resume.", "repository": { "type": "git", From d56f8b0e608f5fb2ca53e3a5ac8631e0d41f270d Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 29 Dec 2015 14:21:09 -0500 Subject: [PATCH 3/5] Add message tips to Awesome and Modern themes. --- themes/awesome/awesome.json | 3 ++- themes/modern/modern.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/awesome/awesome.json b/themes/awesome/awesome.json index b4acfe6..51ca10a 100644 --- a/themes/awesome/awesome.json +++ b/themes/awesome/awesome.json @@ -37,5 +37,6 @@ "src/latex/examples/fonts": "../fonts" } } - } + }, + "message": "Don't forget to run 'xelatex ' in the generated latex/examples folder to complete your resume build! For more info, see the theme README at https://github.com/fluentdesk/fluent-themes/blob/master/themes/awesome/README.md." } diff --git a/themes/modern/modern.json b/themes/modern/modern.json index 9faeef3..d86a65a 100644 --- a/themes/modern/modern.json +++ b/themes/modern/modern.json @@ -5,5 +5,6 @@ "engine": "handlebars", "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!" } From 637affccb75aae5ed19e36697f725a901c16f7ab Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 29 Dec 2015 14:30:46 -0500 Subject: [PATCH 4/5] Update per-theme READMEs with license info. --- themes/awesome/README.md | 4 ++-- themes/compact/README.md | 12 ++++++++++++ themes/hello-world/README.md | 8 +++++++- themes/minimist/README.md | 6 ++++++ themes/modern/README.md | 10 +++++++++- themes/positive/README.md | 6 ++++++ 6 files changed, 42 insertions(+), 4 deletions(-) diff --git a/themes/awesome/README.md b/themes/awesome/README.md index 354e0a6..8c31d82 100644 --- a/themes/awesome/README.md +++ b/themes/awesome/README.md @@ -1,6 +1,6 @@ Theme: Awesome ============== -An experimental FluentCV theme based on [Byungjin Park's][author] +An experimental resume theme based on [Byungjin Park's][author] awesome [Awesome-CV][acv] résumé template for LaTeX. ## Use @@ -28,7 +28,7 @@ and `mklink /J` for the last. ## License -Themes are licensed under MIT. See [LICENSE.md][lic]. +MIT. See [LICENSE.md][lic]. [acv]: https://github.com/posquit0/Awesome-CV diff --git a/themes/compact/README.md b/themes/compact/README.md index 6cec944..ef95a2c 100644 --- a/themes/compact/README.md +++ b/themes/compact/README.md @@ -3,3 +3,15 @@ Theme: Compact A compact, no-frills résumé theme for FluentCV. ![](compact.png) + +## Use + +The Compact theme folds the candidates last several jobs into a single entry +in order to conserve vertical space. Your resume should have at least 7 or 8 +job entries in order for this theme to make sense. + +## License + +MIT. See [LICENSE.md][lic] for details. + +[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md diff --git a/themes/hello-world/README.md b/themes/hello-world/README.md index ee52c5f..183a990 100644 --- a/themes/hello-world/README.md +++ b/themes/hello-world/README.md @@ -1,3 +1,9 @@ Theme: Hello-World ================== -The simplest possible résumé theme for FluentCV. For example purposes. +A simple résumé theme for example purposes. + +## License + +MIT. See [LICENSE.md][lic] for details. + +[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md diff --git a/themes/minimist/README.md b/themes/minimist/README.md index 4df93cc..a6540be 100644 --- a/themes/minimist/README.md +++ b/themes/minimist/README.md @@ -1,3 +1,9 @@ Theme: Minimist =============== An unstyled résumé theme for FluentCV. + +## License + +MIT. See [LICENSE.md][lic] for details. + +[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md diff --git a/themes/modern/README.md b/themes/modern/README.md index 877d707..20a6921 100644 --- a/themes/modern/README.md +++ b/themes/modern/README.md @@ -3,6 +3,10 @@ Theme: Modern A contemporary technical résumé theme for FluentCV with colored progress bars representing skill levels and Font Awesome icons for section headers. +![](modern.png) + +## Use + Note: In order to display colored progress bars as in the below image, your resume should include a `level` annotation for each skill: ```json @@ -25,4 +29,8 @@ Note: In order to display colored progress bars as in the below image, your resu Valid values for `level` are `master`, `advanced`, `intermediate`, `beginner`, or a number between 1 and 10. -![](modern.png) +## License + +MIT. See [LICENSE.md][lic] for details. + +[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md diff --git a/themes/positive/README.md b/themes/positive/README.md index f423c01..153a015 100644 --- a/themes/positive/README.md +++ b/themes/positive/README.md @@ -3,3 +3,9 @@ Theme: Positive A dynamic technical résumé theme for FluentCV. ![](positive.png) + +## License + +MIT. See [LICENSE.md][lic] for details. + +[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md From 3fe6419626ef89fff37770dba700c30280f4b7f4 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 29 Dec 2015 14:31:07 -0500 Subject: [PATCH 5/5] Update README theme links. --- themes/README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/themes/README.md b/themes/README.md index 0dbb82f..f6c7450 100644 --- a/themes/README.md +++ b/themes/README.md @@ -2,12 +2,8 @@ ======== FluentCV themes live here, one per folder. -- [`minimist`][min]: A no-frills theme. -- [`modern`][mod]: A middle of the road theme with a modern look 'n feel. -- [`hello-world`][hw]: A simple-as-possible example theme. -- [`compact`][com]: A compact theme. - -[min]: minimist -[mod]: modern -[hw]: hello-world -[com]: compact +- [`minimist`](minimist): A no-frills theme. +- [`modern`](modern): A middle of the road theme with a modern look 'n feel. +- [`hello-world`](hello-world): A simple-as-possible example theme. +- [`compact`](compact): A compact theme. +- [`positive`](positive): A theme that partakes of that which is positive.