1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-07-06 10:11:05 +01:00

Compare commits

..

15 Commits

15 changed files with 20 additions and 21 deletions

View File

@ -18,7 +18,7 @@ You don't need to install this repository to use the themes; just install
[FluentCV Desktop][1] or [Command Line][2]. Otherwise you can install the latest [FluentCV Desktop][1] or [Command Line][2]. Otherwise you can install the latest
official standalone version of the theme repository over NPM... official standalone version of the theme repository over NPM...
`[sudo] npm install fluent-themes --save` `[sudo] npm install fresh-themes --save`
...or fork and clone it as usual. ...or fork and clone it as usual.
@ -51,13 +51,13 @@ MIT. See [LICENSE.md][1] for details.
[1]: http://fluentcv.com [1]: http://fluentcv.com
[2]: https://github.com/fluentdesk/fluentcv [2]: https://github.com/fluentdesk/fluentcv
[3]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md [3]: https://github.com/fluentdesk/fresh-themes/blob/master/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 [awe]: https://github.com/posquit0/Awesome-CV
[t-awesome]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/awesome [t-awesome]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/awesome
[t-minimist]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/minimist [t-minimist]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/minimist
[t-modern]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/modern [t-modern]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/modern
[t-hello]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/hello-world [t-hello]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/hello-world
[t-compact]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/compact [t-compact]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/compact
[t-positive]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/positive [t-positive]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/positive

View File

@ -1,10 +1,10 @@
{ {
"name": "fresh-themes", "name": "fresh-themes",
"version": "0.9.0-beta", "version": "0.10.0-beta",
"description": "Multiformat résumé themes and templates for HackMyResume and FluentCV.", "description": "Multiformat résumé themes and templates for HackMyResume and FluentCV.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/fluentdesk/fluent-themes.git" "url": "https://github.com/fluentdesk/fresh-themes.git"
}, },
"main": "themes/README.md", "main": "themes/README.md",
"keywords": [ "keywords": [
@ -26,8 +26,8 @@
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)", "author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/fluentdesk/fluent-themes/issues" "url": "https://github.com/fluentdesk/fresh-themes/issues"
}, },
"homepage": "https://github.com/fluentdesk/fluent-themes", "homepage": "https://github.com/fluentdesk/fresh-themes",
"dependencies": { } "dependencies": { }
} }

View File

@ -34,5 +34,5 @@ MIT. See [LICENSE.md][lic].
[m]: http://miktex.org/download [m]: http://miktex.org/download
[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/fresh-themes/blob/master/LICENSE.md
[author]: https://github.com/posquit0 [author]: https://github.com/posquit0

View File

@ -38,5 +38,5 @@
} }
} }
}, },
"message": "Don't forget to run 'xelatex <myresume.tex>' in the generated latex/examples folder to complete your resume build! For more info, see the theme README at https://github.com/fluentdesk/fluent-themes/blob/master/themes/awesome/README.md." "message": "Don't forget to run 'xelatex <myresume.tex>' in the generated latex/examples folder to complete your resume build! For more info, see the theme README at https://github.com/fluentdesk/fresh-themes/blob/master/themes/awesome/README.md."
} }

View File

@ -15,4 +15,4 @@ job entries in order for this theme to make sense.
MIT. See [LICENSE.md][lic] for details. MIT. See [LICENSE.md][lic] for details.
[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md [lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md

View File

@ -512,7 +512,7 @@
<w:t>{{ r.info.brief }}</w:t> <w:t>{{ r.info.brief }}</w:t>
</w:r> </w:r>
</w:p> --> </w:p> -->
{{{wpml r.info.brief }}} {{{wpml RAW.info.brief }}}
{{> skills }} {{> skills }}
{{> employment }} {{> employment }}
{{> education }} {{> education }}

View File

@ -6,4 +6,4 @@ A simple résumé theme for example purposes.
MIT. See [LICENSE.md][lic] for details. MIT. See [LICENSE.md][lic] for details.
[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md [lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md

View File

@ -6,4 +6,4 @@ An unstyled résumé theme.
MIT. See [LICENSE.md][lic] for details. MIT. See [LICENSE.md][lic] for details.
[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md [lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md

View File

@ -13,8 +13,7 @@ engine: Underscore
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
{{ headFragment }} {{ headFragment }}
{{{styleSheet "html.css"}}} {% print( h.styleSheet('html.css') ) %}
{% } %}
</head> </head>
<body> <body>
<main id="main"> <main id="main">

View File

@ -33,4 +33,4 @@ or a number between 1 and 10.
MIT. See [LICENSE.md][lic] for details. MIT. See [LICENSE.md][lic] for details.
[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md [lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md