1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-03 04:17:07 +01:00

Minimist: Rename to "Underscore".

This commit is contained in:
hacksalot
2016-01-11 12:55:55 -05:00
parent 64efb1d71a
commit 72f9dfab09
13 changed files with 20 additions and 20 deletions

View File

@ -2,10 +2,10 @@
========
FRESH resume themes live here, one per folder.
- [`modern`](modern): A middle of the road theme with a modern look 'n feel.
- [`modern`](modern): A middle of the road theme with a modern look and feel.
- [`compact`](compact): A compact theme.
- [`positive`](positive): A theme that partakes of that which is positive.
- [`awesome`][awesome]: A LaTeX theme based on Awesome-CV.
- [`minimist`](minimist): An unstyled starter theme.
- [`underscore`](underscore): An unstyled starter theme illustrating the use of Underscore.js (instead of Handlebars) as a template engine.
- [`basis`](minimist): An unstyled starter theme.
- [`hello-world`](hello-world): A simple-as-possible example theme.

View File

@ -1,10 +0,0 @@
Theme: Minimist
===============
An unstyled résumé theme. Unlike most other FRESH themes, Minimist uses the
Underscore.js templating engine (instead of Handlebars).
## License
MIT. See [LICENSE.md][lic] for details.
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md

View File

@ -1,6 +0,0 @@
{
"title": "minimist",
"description": "A unstyled résumé theme for FluentCV.",
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"engine": "underscore"
}

View File

@ -0,0 +1,10 @@
Theme: Underscore
=================
An unstyled résumé theme illustrating how to use Underscore (instead of
Handlebars) for theme creation. Not for production use.
## License
MIT. See [LICENSE.md][lic] for details.
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md

View File

@ -0,0 +1,6 @@
{
"title": "underscore",
"description": "An unstyled starter résumé theme for HackMyResume and FluentCV. Illustrates the use of Underscore.js as a template engine.",
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"engine": "underscore"
}