From f586096fa472985820b06aa3644a4ecf9727173a Mon Sep 17 00:00:00 2001 From: devlinjd Date: Sun, 6 Dec 2015 16:30:23 -0500 Subject: [PATCH] Migrate Hello-World theme to Handlebars. --- themes/hello-world/templates/doc.xml | 4 ++-- themes/hello-world/templates/html.css | 2 +- themes/hello-world/templates/html.html | 2 +- themes/hello-world/templates/md.txt | 4 ++-- themes/hello-world/templates/pdf.css | 2 +- themes/hello-world/templates/pdf.html | 2 +- themes/hello-world/templates/txt.txt | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/themes/hello-world/templates/doc.xml b/themes/hello-world/templates/doc.xml index 549f02c..2d4e61a 100644 --- a/themes/hello-world/templates/doc.xml +++ b/themes/hello-world/templates/doc.xml @@ -1,8 +1,8 @@ -{# +{{! A simple-as-possible WORD/DOC template for the "Hello World" theme. Uses the MS Word 2003 XML format. -#} +}} diff --git a/themes/hello-world/templates/html.css b/themes/hello-world/templates/html.css index 3c29971..ad94993 100644 --- a/themes/hello-world/templates/html.css +++ b/themes/hello-world/templates/html.css @@ -1 +1 @@ -{# An empty CSS file. #} +{{! An empty CSS file. }} diff --git a/themes/hello-world/templates/html.html b/themes/hello-world/templates/html.html index ed47ba5..5d87e97 100644 --- a/themes/hello-world/templates/html.html +++ b/themes/hello-world/templates/html.html @@ -1,5 +1,5 @@ -{# A simple-as-possible HTML template for the "Hello World" theme. #} +{{! A simple-as-possible HTML template for the "Hello World" theme. }} diff --git a/themes/hello-world/templates/md.txt b/themes/hello-world/templates/md.txt index ffd7bb3..d73d4d7 100644 --- a/themes/hello-world/templates/md.txt +++ b/themes/hello-world/templates/md.txt @@ -1,7 +1,7 @@ -{# +{{! modern/md.txt A Markdown resume template for FluentCV's "hello-world" theme. -#} +}} # Hello, world! My name is {{ r.name }}. diff --git a/themes/hello-world/templates/pdf.css b/themes/hello-world/templates/pdf.css index 3c29971..ad94993 100644 --- a/themes/hello-world/templates/pdf.css +++ b/themes/hello-world/templates/pdf.css @@ -1 +1 @@ -{# An empty CSS file. #} +{{! An empty CSS file. }} diff --git a/themes/hello-world/templates/pdf.html b/themes/hello-world/templates/pdf.html index c80540e..7390e27 100644 --- a/themes/hello-world/templates/pdf.html +++ b/themes/hello-world/templates/pdf.html @@ -1,5 +1,5 @@ -{# A simple-as-possible HTML-to-PDF template for the "Hello World" theme. #} +{{! A simple-as-possible HTML-to-PDF template for the "Hello World" theme. }} diff --git a/themes/hello-world/templates/txt.txt b/themes/hello-world/templates/txt.txt index 7af91ed..9d0ce87 100644 --- a/themes/hello-world/templates/txt.txt +++ b/themes/hello-world/templates/txt.txt @@ -1,4 +1,4 @@ -{# +{{! A simple-as-possible plain TXT resume template for the "Hello World" theme. -#} +}} Hello, world! My name is {{ r.name }}.