mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
commit
09b5660d02
@ -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
|
||||
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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]+?)\\]\\]",
|
||||
|
@ -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 <hacksalot@fluentdesk.com>",
|
||||
"engine": "underscore"
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"title": "minimist",
|
||||
"description": "An unstyled starter résumé theme for FluentCV.",
|
||||
"author": "hacksalot <hacksalot@fluentdesk.com>",
|
||||
"engine": "handlebars"
|
||||
}
|
||||
|
8
themes/hello-world/src/latex.tex
Normal file
8
themes/hello-world/src/latex.tex
Normal 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}
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"title": "awesome",
|
||||
"description": "A visually compact résumé theme for FluentCV.",
|
||||
"author": "hacksalot <hacksalot@fluentdesk.com>",
|
||||
"engine": "underscore"
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"title": "modern",
|
||||
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
|
||||
"author": "hacksalot <hacksalot@fluentdesk.com>",
|
||||
"engine": "underscore"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user