Skip to content

Commit

Permalink
Merge pull request #11 from fluentdesk/feat-latex
Browse files Browse the repository at this point in the history
feat/latex
  • Loading branch information
hacksalot committed Dec 11, 2015
2 parents 628b52a + 6db017e commit 09b5660
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ fluent-themes
Stylized templates for your résumé and/or CV, compatible with [FRESH][f] and
[JSON Resume][jrs] formats.

- `awesome`: A technical resume theme based on Awesome-CV.
- `minimist`: A no-frills theme.
- `awesome`: A technical resume theme based on [Awesome-CV][awe].
- `minimist`: An unstyled barebones theme.
- `modern`: A middle of the road theme with a modern look 'n feel.
- `hello-world`: A simple-as-possible example theme.
- `compact`: A compact theme.
- `compact`: A visually dense/compact theme.
- New themes weekly.

## Install
Expand Down Expand Up @@ -49,3 +49,4 @@ MIT. See [LICENSE.md][1] for details.
[3]: ../LICENSE.md
[f]: https://github.com/fluentdesk/FRESCA
[jrs]: http://jsonresume.org
[awe]: https://github.com/posquit0/Awesome-CV
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluent-themes",
"version": "0.6.0-beta",
"version": "0.6.1-beta",
"description": "Resume themes for FluentCV.",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions themes/awesome/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
4 changes: 3 additions & 1 deletion themes/awesome/awesome.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://www.posquit0.com)",
"delimeters": {
"interpolate": "\\[\\[([\\s\\S]+?)\\]\\]",
"escape": "\\[\\=([\\s\\S]+?)\\]\\]",
Expand Down
3 changes: 2 additions & 1 deletion themes/compact/compact.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"engine": "underscore"
}
1 change: 1 addition & 0 deletions themes/hello-world/hello-world.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"title": "minimist",
"description": "An unstyled starter résumé theme for FluentCV.",
"author": "hacksalot <[email protected]>",
"engine": "handlebars"
}
8 changes: 8 additions & 0 deletions themes/hello-world/src/latex.tex
Original file line number Diff line number Diff line change
@@ -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}
1 change: 1 addition & 0 deletions themes/minimist/minimist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"title": "awesome",
"description": "A visually compact résumé theme for FluentCV.",
"author": "hacksalot <[email protected]>",
"engine": "underscore"
}
1 change: 1 addition & 0 deletions themes/modern/modern.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"title": "modern",
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
"author": "hacksalot <[email protected]>",
"engine": "underscore"
}

0 comments on commit 09b5660

Please sign in to comment.