mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-25 17:40:11 +00:00
Add author fields to theme JSON.
This commit is contained in:
parent
5cc127a61d
commit
8ef6a74eb2
@ -1,7 +1,7 @@
|
|||||||
Theme: Awesome
|
Theme: Awesome
|
||||||
==============
|
==============
|
||||||
An experimental FluentCV theme based on the [Awesome-CV][acv] resume
|
An experimental FluentCV theme based on [Byungjin Park's][author]
|
||||||
template for LaTeX.
|
[Awesome-CV][acv] resume template for LaTeX.
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
@ -36,3 +36,4 @@ Themes are licensed under MIT. See [LICENSE.md][lic].
|
|||||||
[desk]: http://fluentcv.com
|
[desk]: http://fluentcv.com
|
||||||
[cli]: https://github.com/fluentdesk/fluentcv
|
[cli]: https://github.com/fluentdesk/fluentcv
|
||||||
[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md
|
[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md
|
||||||
|
[author]: https://github.com/posquit0
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"title": "compact",
|
"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",
|
"engine": "underscore",
|
||||||
|
"url": "https://github.com/posquit0/Awesome-CV",
|
||||||
|
"author": "Byungjin Park <posquit0.bj@gmail.com> (http://www.posquit0.com)",
|
||||||
"delimeters": {
|
"delimeters": {
|
||||||
"interpolate": "\\[\\[([\\s\\S]+?)\\]\\]",
|
"interpolate": "\\[\\[([\\s\\S]+?)\\]\\]",
|
||||||
"escape": "\\[\\=([\\s\\S]+?)\\]\\]",
|
"escape": "\\[\\=([\\s\\S]+?)\\]\\]",
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "hello-world",
|
"title": "hello-world",
|
||||||
"description": "An example 'Hello, World!' résumé theme for FluentCV.",
|
"description": "A compact résumé theme for FluentCV.",
|
||||||
|
"author": "hacksalot <hacksalot@fluentdesk.com>",
|
||||||
"engine": "underscore"
|
"engine": "underscore"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "minimist",
|
"title": "minimist",
|
||||||
"description": "An unstyled starter résumé theme for FluentCV.",
|
"description": "An unstyled starter résumé theme for FluentCV.",
|
||||||
|
"author": "hacksalot <hacksalot@fluentdesk.com>",
|
||||||
"engine": "handlebars"
|
"engine": "handlebars"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "awesome",
|
"title": "awesome",
|
||||||
"description": "A visually compact résumé theme for FluentCV.",
|
"description": "A visually compact résumé theme for FluentCV.",
|
||||||
|
"author": "hacksalot <hacksalot@fluentdesk.com>",
|
||||||
"engine": "underscore"
|
"engine": "underscore"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "modern",
|
"title": "modern",
|
||||||
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
|
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
|
||||||
|
"author": "hacksalot <hacksalot@fluentdesk.com>",
|
||||||
"engine": "underscore"
|
"engine": "underscore"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user