1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 08:10:10 +00:00

Add JSON identity file for all themes.

This commit is contained in:
devlinjd 2015-12-06 16:29:23 -05:00
parent 522f56b30d
commit f2fc8ced5b
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"title": "hello-world",
"description": "An example 'Hello, World!' résumé theme for FluentCV.",
"engine": "underscore"
}

View File

@ -0,0 +1,5 @@
{
"title": "minimist",
"description": "An unstyled starter résumé theme for FluentCV.",
"engine": "handlebars"
}

View File

@ -0,0 +1,5 @@
{
"title": "awesome",
"description": "A visually compact résumé theme for FluentCV.",
"engine": "underscore"
}

View File

@ -0,0 +1,5 @@
{
"title": "modern",
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
"engine": "underscore"
}