diff --git a/themes/compact/compact.json b/themes/compact/compact.json new file mode 100644 index 0000000..e371db1 --- /dev/null +++ b/themes/compact/compact.json @@ -0,0 +1,5 @@ +{ + "title": "hello-world", + "description": "An example 'Hello, World!' résumé theme for FluentCV.", + "engine": "underscore" +} diff --git a/themes/hello-world/hello-world.json b/themes/hello-world/hello-world.json new file mode 100644 index 0000000..7d5cbc4 --- /dev/null +++ b/themes/hello-world/hello-world.json @@ -0,0 +1,5 @@ +{ + "title": "minimist", + "description": "An unstyled starter résumé theme for FluentCV.", + "engine": "handlebars" +} diff --git a/themes/minimist/minimist.json b/themes/minimist/minimist.json new file mode 100644 index 0000000..b75a1f8 --- /dev/null +++ b/themes/minimist/minimist.json @@ -0,0 +1,5 @@ +{ + "title": "awesome", + "description": "A visually compact résumé theme for FluentCV.", + "engine": "underscore" +} diff --git a/themes/modern/modern.json b/themes/modern/modern.json new file mode 100644 index 0000000..25d9369 --- /dev/null +++ b/themes/modern/modern.json @@ -0,0 +1,5 @@ +{ + "title": "modern", + "description": "A contemporary resume template suitable for modern technical candidates and employees.", + "engine": "underscore" +}