2.4 KiB
fluent-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 fluent-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.
- Fork, branch, and clone this repository.
- Add or edit a theme or make other changes.
- Submit a PR.
License
MIT. See LICENSE.md for details.