From f2fc8ced5b72b6532bffbf06c4e7206b1550b0f2 Mon Sep 17 00:00:00 2001 From: devlinjd Date: Sun, 6 Dec 2015 16:29:23 -0500 Subject: [PATCH] Add JSON identity file for all themes. --- themes/compact/compact.json | 5 +++++ themes/hello-world/hello-world.json | 5 +++++ themes/minimist/minimist.json | 5 +++++ themes/modern/modern.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 themes/compact/compact.json create mode 100644 themes/hello-world/hello-world.json create mode 100644 themes/minimist/minimist.json create mode 100644 themes/modern/modern.json 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" +}