diff --git a/themes/awesome/README.md b/themes/awesome/README.md index e4d17a0..b375fda 100644 --- a/themes/awesome/README.md +++ b/themes/awesome/README.md @@ -1,7 +1,7 @@ Theme: Awesome ============== -An experimental FluentCV theme based on the [Awesome-CV][acv] resume -template for LaTeX. +An experimental FluentCV theme based on [Byungjin Park's][author] +[Awesome-CV][acv] resume template for LaTeX. ## Use @@ -36,3 +36,4 @@ Themes are licensed under MIT. See [LICENSE.md][lic]. [desk]: http://fluentcv.com [cli]: https://github.com/fluentdesk/fluentcv [lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md +[author]: https://github.com/posquit0 diff --git a/themes/awesome/awesome.json b/themes/awesome/awesome.json index 84fc9f9..b4acfe6 100644 --- a/themes/awesome/awesome.json +++ b/themes/awesome/awesome.json @@ -1,7 +1,9 @@ { "title": "compact", - "description": "A FluentCV résumé theme based on Awesome-CV for LaTeX.", + "description": "A technical résumé theme based on Awesome-CV for LaTeX.", "engine": "underscore", + "url": "https://github.com/posquit0/Awesome-CV", + "author": "Byungjin Park (http://www.posquit0.com)", "delimeters": { "interpolate": "\\[\\[([\\s\\S]+?)\\]\\]", "escape": "\\[\\=([\\s\\S]+?)\\]\\]", diff --git a/themes/compact/compact.json b/themes/compact/compact.json index e371db1..e6887cd 100644 --- a/themes/compact/compact.json +++ b/themes/compact/compact.json @@ -1,5 +1,6 @@ { "title": "hello-world", - "description": "An example 'Hello, World!' résumé theme for FluentCV.", + "description": "A compact résumé theme for FluentCV.", + "author": "hacksalot ", "engine": "underscore" } diff --git a/themes/hello-world/hello-world.json b/themes/hello-world/hello-world.json index 7d5cbc4..308558c 100644 --- a/themes/hello-world/hello-world.json +++ b/themes/hello-world/hello-world.json @@ -1,5 +1,6 @@ { "title": "minimist", "description": "An unstyled starter résumé theme for FluentCV.", + "author": "hacksalot ", "engine": "handlebars" } diff --git a/themes/minimist/minimist.json b/themes/minimist/minimist.json index b75a1f8..d02993f 100644 --- a/themes/minimist/minimist.json +++ b/themes/minimist/minimist.json @@ -1,5 +1,6 @@ { "title": "awesome", "description": "A visually compact résumé theme for FluentCV.", + "author": "hacksalot ", "engine": "underscore" } diff --git a/themes/modern/modern.json b/themes/modern/modern.json index 25d9369..f56c385 100644 --- a/themes/modern/modern.json +++ b/themes/modern/modern.json @@ -1,5 +1,6 @@ { "title": "modern", "description": "A contemporary resume template suitable for modern technical candidates and employees.", + "author": "hacksalot ", "engine": "underscore" }