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:
@ -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.
|
||||
|
@ -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
|
@ -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"
|
||||
}
|
10
themes/underscore/README.md
Normal file
10
themes/underscore/README.md
Normal 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
|
6
themes/underscore/theme.json
Normal file
6
themes/underscore/theme.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user