1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-05 13:27:08 +01:00

Add author fields to theme JSON.

This commit is contained in:
devlinjd
2015-12-11 03:47:16 -05:00
parent 5cc127a61d
commit 8ef6a74eb2
6 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -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 <posquit0.bj@gmail.com> (http://www.posquit0.com)",
"delimeters": {
"interpolate": "\\[\\[([\\s\\S]+?)\\]\\]",
"escape": "\\[\\=([\\s\\S]+?)\\]\\]",