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

Compare commits

...

4 Commits

Author SHA1 Message Date
cad46c2270 Bump version to 0.14.1-beta. 2016-01-29 16:07:00 -05:00
cd8832cc8d Drop app name from theme description.
Technically FRESH themes aren't tool-specific.
2016-01-29 16:05:44 -05:00
c5d8964482 Positive: Fix font face helper warning. 2016-01-29 16:05:06 -05:00
7337f6d280 Adjust CSS file for Modern:PDF and Compact:PDF.
Use the dedicated PDF CSS file even if it's sometimes identical to the
HTML CSS file.
2016-01-29 16:04:23 -05:00
4 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "fresh-themes", "name": "fresh-themes",
"version": "0.14.0-beta", "version": "0.14.1-beta",
"description": "Multiformat themes and templates for your résumé / CV.", "description": "Multiformat themes and templates for your résumé / CV.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ RAW.name }}</title> <title>{{ RAW.name }}</title>
<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">
{{{styleSheet "compact-html.css"}}} {{{styleSheet "compact-pdf.css"}}}
</head> </head>
<body> <body>
<main> <main>

View File

@ -45,7 +45,7 @@
available that allows us to do either, conditionally. available that allows us to do either, conditionally.
--> }} --> }}
{{{styleSheet "modern-html.css"}}} {{{styleSheet "modern-pdf.css"}}}
{{! <!-- {{! <!--
Now, depending on options, "modern-html.css" will either be embedded Now, depending on options, "modern-html.css" will either be embedded

View File

@ -1,6 +1,6 @@
{ {
"title": "positive", "title": "positive",
"description": "A conventional résumé theme for FluentCV.", "description": "A conventional résumé theme.",
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)", "author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"engine": "handlebars", "engine": "handlebars",
"inherits": { "inherits": {
@ -20,6 +20,7 @@
"title": "Open Sans Light", "title": "Open Sans Light",
"heading1": "Open Sans Light", "heading1": "Open Sans Light",
"heading2": "Open Sans Light", "heading2": "Open Sans Light",
"heading3": "Open Sans Light",
"default": "Calibri" "default": "Calibri"
} }
} }