Go to file
hacksalot 9fd0ce9695 ... 2016-01-05 10:22:50 -05:00
themes Use explicit HTML format for Compact theme. 2016-01-05 09:02:14 -05:00
.gitattributes Initial commit. 2015-10-06 14:20:47 -04:00
.gitignore Reorganize themes. 2015-10-26 04:57:06 -04:00
LICENSE.md Update license info. 2016-01-05 00:24:27 -05:00
README.md Update docs with new name. 2015-12-30 18:35:11 -05:00
package.json Bump version to 0.11.0-beta. 2016-01-05 00:24:18 -05:00

README.md

fresh-themes

Stylized templates for your résumé and/or CV, compatible with FRESH and JSON Resume formats.

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

Install

You don't need to install this repository to use the themes; just install FluentCV Desktop or Command Line. Otherwise you can install the latest official standalone version of the theme repository over NPM...

[sudo] npm install fresh-themes --save

...or fork and clone it as usual.

Structure

FRESH themes are structured to allow for flexible generation of documents in multiple formats. Each theme lives in a separate folder and consists of:

  • A JSON description file.
  • One or more template files in Handlebars or Underscore format.
  • Any necessary support files (CSS, LaTeX partials, etc.).
  • A dedicated README.

Within its containing folder, a theme can have an arbitrary structure provided you either a) follow a standard naming convention or b) specify your theme files in your theme's JSON file. If you can do {{ r.name }} in a template file you can work with FRESH themes.

Contribute

Contributions are welcome.

  1. Fork, branch, and clone this repository.
  2. Add or edit a theme or make other changes.
  3. Submit a PR.

License

MIT. See LICENSE.md for details.