jsonresume-theme-eloquent
Advanced tools
Comparing version 0.8.0 to 1.0.0
@@ -71,9 +71,9 @@ var Handlebars = require('handlebars'); | ||
]; | ||
return new Handlebars.SafeString(googleMaps + encodeURIComponent(fields.join(' ').replace(/\s/g, ' '))); | ||
return new Handlebars.SafeString(googleMaps + encodeURIComponent(fields.join(' ').replace(/\s+/g, ' '))); | ||
}, | ||
itemID: function(category, index) { | ||
itemID: function(category, index, length) { | ||
category = Handlebars.escapeExpression(category || ''); | ||
index = Handlebars.escapeExpression(index + 1 || 1); | ||
index = Handlebars.escapeExpression(length - index); | ||
return new Handlebars.SafeString(category + '-' + index); | ||
} | ||
}; |
{ | ||
"name": "jsonresume-theme-eloquent", | ||
"version": "0.8.0", | ||
"description": "An eloquent JSON Resume theme: fluent, persuasive, for developers. This theme is a fork of the Elegant theme.", | ||
"version": "1.0.0", | ||
"description": "An eloquent JSON Resume theme: fluent, persuasive, for developers.", | ||
"author": "Thibaud Colas", | ||
@@ -18,5 +18,7 @@ "license": "ISC", | ||
"jsonresume", | ||
"jsonresume-theme", | ||
"jsonresume-theme-eloquent", | ||
"theme", | ||
"jsonresume-theme", | ||
"eloquent", | ||
"elegant", | ||
"resume", | ||
@@ -45,6 +47,5 @@ "cv", | ||
"start": "nodemon server.js -w lib -w assets -e js,css", | ||
"test": "echo 'not implemented yet' && exit 0", | ||
"lint": "jshint index.js server.js lib/*.js", | ||
"test": "jshint index.js server.js lib/*.js", | ||
"webfont": "webfont-dl 'https://fonts.googleapis.com/css?family=Open+Sans:400' -o assets/styles/opensans.css --woff1=data --woff2=omit --svg=omit --ttf=omit --eot=omit" | ||
} | ||
} |
jsonresume-theme-eloquent | ||
========================= | ||
[![npm](https://img.shields.io/npm/v/jsonresume-theme-eloquent.svg?style=flat-square)](https://www.npmjs.com/package/jsonresume-theme-eloquent) [![Dependency Status](https://img.shields.io/david/ThibWeb/jsonresume-theme-eloquent.svg?style=flat-square)](https://david-dm.org/ThibWeb/jsonresume-theme-eloquent) [![devDependency Status](https://img.shields.io/david/dev/ThibWeb/jsonresume-theme-eloquent.svg?style=flat-square)](https://david-dm.org/ThibWeb/jsonresume-theme-eloquent#info=devDependencies) [![Code Climate](https://img.shields.io/codeclimate/github/ThibWeb/jsonresume-theme-eloquent.svg?style=flat-square)](https://codeclimate.com/github/ThibWeb/jsonresume-theme-eloquent) | ||
[![npm](https://img.shields.io/npm/v/jsonresume-theme-eloquent.svg?style=flat-square)](https://www.npmjs.com/package/jsonresume-theme-eloquent) [![Dependency Status](https://img.shields.io/david/ThibWeb/jsonresume-theme-eloquent.svg?style=flat-square)](https://david-dm.org/ThibWeb/jsonresume-theme-eloquent) [![Code Climate](https://img.shields.io/codeclimate/github/ThibWeb/jsonresume-theme-eloquent.svg?style=flat-square)](https://codeclimate.com/github/ThibWeb/jsonresume-theme-eloquent) | ||
An eloquent JSON Resume theme: fluent, persuasive. This theme is a fork of the [Elegant](https://github.com/mudassir0909/jsonresume-theme-elegant) theme. | ||
An eloquent JSON Resume theme: fluent, persuasive, for developers. | ||
@@ -16,3 +16,3 @@ [![Theme screenshot](raw/theme-screenshot.png)](http://themes.jsonresume.org/eloquent) | ||
- Download your resume with a single click, in a single file. | ||
- Keep your resume offline if you want to: the theme is self-contained (NB: your picture should be inlined for this to fully work). | ||
- Keep your resume offline if you want to: the theme is self-contained. | ||
- Obfuscates your email address and phone number from spam bots. | ||
@@ -29,4 +29,2 @@ - Great Font Awesome icons. | ||
$ npm install | ||
$ npm test | ||
$ npm lint | ||
$ npm start | ||
@@ -43,24 +41,1 @@ ~~~ | ||
- [smoothScroll](https://github.com/cferdinandi/smooth-scroll) | ||
## TODO | ||
- Main menu | ||
- New build system? https://github.com/remy/inliner/blob/master/inliner.js | ||
- "Print this resume" button? http://css-tricks.com/quick-tip-making-a-print-this-page-button/ | ||
- Minify HTML? https://www.npmjs.com/package/html-minifier | ||
## LICENSE (ISC) | ||
Copyright (c) 2015, Thibaud Colas | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
copyright notice and this permission notice appear in all copies. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
110220
18
730
0
39