1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-02 23:40:06 +01:00

Migrate Hello-World theme to Handlebars.

This commit is contained in:
devlinjd 2015-12-06 16:30:23 -05:00
parent f2fc8ced5b
commit f586096fa4
7 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
{#
{{!
A simple-as-possible WORD/DOC template for the "Hello World" theme.
Uses the MS Word 2003 XML format.
#}
}}
<?mso-application progid="Word.Document"?>
<w:wordDocument xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve">
<w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>

View File

@ -1 +1 @@
{# An empty CSS file. #}
{{! An empty CSS file. }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
{# A simple-as-possible HTML template for the "Hello World" theme. #}
{{! A simple-as-possible HTML template for the "Hello World" theme. }}
<html style="height: 100%;">
<head>
<meta charset="utf-8">

View File

@ -1,7 +1,7 @@
{#
{{!
modern/md.txt
A Markdown resume template for FluentCV's "hello-world" theme.
#}
}}
# Hello, world! My name is {{ r.name }}.

View File

@ -1 +1 @@
{# An empty CSS file. #}
{{! An empty CSS file. }}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
{# 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. }}
<html style="height: 100%;">
<head>
<meta charset="utf-8">

View File

@ -1,4 +1,4 @@
{#
{{!
A simple-as-possible plain TXT resume template for the "Hello World" theme.
#}
}}
Hello, world! My name is {{ r.name }}.