mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-25 09:30:10 +00:00
Minimist: Rename to "Underscore".
This commit is contained in:
parent
64efb1d71a
commit
72f9dfab09
@ -8,7 +8,7 @@ fresh-themes
|
||||
- [modern][t-modern]: A middle of the road theme with a modern look 'n feel.
|
||||
- [compact][t-compact]: A visually dense/compact theme.
|
||||
- [awesome][t-awesome]: A technical resume theme based on [Awesome-CV][awe].
|
||||
- [minimist][t-minimist]: An unstyled barebones theme.
|
||||
- [underscore][t-underscore]: An unstyled barebones theme.
|
||||
- [hello-world][t-hello]: A simple-as-possible example theme.
|
||||
- New themes weekly.
|
||||
|
||||
@ -103,7 +103,7 @@ MIT. See [LICENSE.md][1] for details.
|
||||
[jrs]: http://jsonresume.org
|
||||
[awe]: https://github.com/posquit0/Awesome-CV
|
||||
[t-awesome]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/awesome
|
||||
[t-minimist]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/minimist
|
||||
[t-underscore]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/minimist
|
||||
[t-modern]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/modern
|
||||
[t-hello]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/hello-world
|
||||
[t-compact]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/compact
|
||||
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user