From 72f9dfab095dea66d3483874e82af7dd505efb1d Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 11 Jan 2016 12:55:55 -0500 Subject: [PATCH] Minimist: Rename to "Underscore". --- README.md | 4 ++-- themes/README.md | 4 ++-- themes/minimist/README.md | 10 ---------- themes/minimist/theme.json | 6 ------ themes/underscore/README.md | 10 ++++++++++ themes/{minimist => underscore}/src/doc.xml | 0 themes/{minimist => underscore}/src/html.css | 0 themes/{minimist => underscore}/src/html.html | 0 themes/{minimist => underscore}/src/md.txt | 0 themes/{minimist => underscore}/src/pdf.css | 0 themes/{minimist => underscore}/src/pdf.html | 0 themes/{minimist => underscore}/src/txt.txt | 0 themes/underscore/theme.json | 6 ++++++ 13 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 themes/minimist/README.md delete mode 100644 themes/minimist/theme.json create mode 100644 themes/underscore/README.md rename themes/{minimist => underscore}/src/doc.xml (100%) rename themes/{minimist => underscore}/src/html.css (100%) rename themes/{minimist => underscore}/src/html.html (100%) rename themes/{minimist => underscore}/src/md.txt (100%) rename themes/{minimist => underscore}/src/pdf.css (100%) rename themes/{minimist => underscore}/src/pdf.html (100%) rename themes/{minimist => underscore}/src/txt.txt (100%) create mode 100644 themes/underscore/theme.json diff --git a/README.md b/README.md index 45b7cc2..1d6fc33 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/themes/README.md b/themes/README.md index 7d250b8..68059a6 100644 --- a/themes/README.md +++ b/themes/README.md @@ -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. diff --git a/themes/minimist/README.md b/themes/minimist/README.md deleted file mode 100644 index a274161..0000000 --- a/themes/minimist/README.md +++ /dev/null @@ -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 diff --git a/themes/minimist/theme.json b/themes/minimist/theme.json deleted file mode 100644 index f9979bb..0000000 --- a/themes/minimist/theme.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "title": "minimist", - "description": "A unstyled résumé theme for FluentCV.", - "author": "hacksalot (https://github.com/hacksalot)", - "engine": "underscore" -} diff --git a/themes/underscore/README.md b/themes/underscore/README.md new file mode 100644 index 0000000..8483e6d --- /dev/null +++ b/themes/underscore/README.md @@ -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 diff --git a/themes/minimist/src/doc.xml b/themes/underscore/src/doc.xml similarity index 100% rename from themes/minimist/src/doc.xml rename to themes/underscore/src/doc.xml diff --git a/themes/minimist/src/html.css b/themes/underscore/src/html.css similarity index 100% rename from themes/minimist/src/html.css rename to themes/underscore/src/html.css diff --git a/themes/minimist/src/html.html b/themes/underscore/src/html.html similarity index 100% rename from themes/minimist/src/html.html rename to themes/underscore/src/html.html diff --git a/themes/minimist/src/md.txt b/themes/underscore/src/md.txt similarity index 100% rename from themes/minimist/src/md.txt rename to themes/underscore/src/md.txt diff --git a/themes/minimist/src/pdf.css b/themes/underscore/src/pdf.css similarity index 100% rename from themes/minimist/src/pdf.css rename to themes/underscore/src/pdf.css diff --git a/themes/minimist/src/pdf.html b/themes/underscore/src/pdf.html similarity index 100% rename from themes/minimist/src/pdf.html rename to themes/underscore/src/pdf.html diff --git a/themes/minimist/src/txt.txt b/themes/underscore/src/txt.txt similarity index 100% rename from themes/minimist/src/txt.txt rename to themes/underscore/src/txt.txt diff --git a/themes/underscore/theme.json b/themes/underscore/theme.json new file mode 100644 index 0000000..f99f355 --- /dev/null +++ b/themes/underscore/theme.json @@ -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 (https://github.com/hacksalot)", + "engine": "underscore" +}