1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00

Merge pull request #11 from fluentdesk/feat-latex

feat/latex
This commit is contained in:
Sir Hacksalot 2015-12-11 03:47:29 -05:00
commit 09b5660d02
9 changed files with 24 additions and 8 deletions

View File

@ -3,11 +3,11 @@ fluent-themes
Stylized templates for your résumé and/or CV, compatible with [FRESH][f] and Stylized templates for your résumé and/or CV, compatible with [FRESH][f] and
[JSON Resume][jrs] formats. [JSON Resume][jrs] formats.
- `awesome`: A technical resume theme based on Awesome-CV. - `awesome`: A technical resume theme based on [Awesome-CV][awe].
- `minimist`: A no-frills theme. - `minimist`: An unstyled barebones theme.
- `modern`: A middle of the road theme with a modern look 'n feel. - `modern`: A middle of the road theme with a modern look 'n feel.
- `hello-world`: A simple-as-possible example theme. - `hello-world`: A simple-as-possible example theme.
- `compact`: A compact theme. - `compact`: A visually dense/compact theme.
- New themes weekly. - New themes weekly.
## Install ## Install
@ -49,3 +49,4 @@ MIT. See [LICENSE.md][1] for details.
[3]: ../LICENSE.md [3]: ../LICENSE.md
[f]: https://github.com/fluentdesk/FRESCA [f]: https://github.com/fluentdesk/FRESCA
[jrs]: http://jsonresume.org [jrs]: http://jsonresume.org
[awe]: https://github.com/posquit0/Awesome-CV

View File

@ -1,6 +1,6 @@
{ {
"name": "fluent-themes", "name": "fluent-themes",
"version": "0.6.0-beta", "version": "0.6.1-beta",
"description": "Resume themes for FluentCV.", "description": "Resume themes for FluentCV.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

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

View File

@ -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]+?)\\]\\]",

View File

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

View File

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

View File

@ -0,0 +1,8 @@
\documentclass{article}
\title{[[ r.name ]]'s Resume}
\author{[[ r.name ]]}
\date{December 2015}
\begin{document}
\maketitle
Hello world! My name is [[ r.name ]].
\end{document}

View File

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

View File

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