mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
Migrate Hello-World theme to Handlebars.
This commit is contained in:
parent
f2fc8ced5b
commit
f586096fa4
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
{#
|
{{!
|
||||||
A simple-as-possible WORD/DOC template for the "Hello World" theme.
|
A simple-as-possible WORD/DOC template for the "Hello World" theme.
|
||||||
Uses the MS Word 2003 XML format.
|
Uses the MS Word 2003 XML format.
|
||||||
#}
|
}}
|
||||||
<?mso-application progid="Word.Document"?>
|
<?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: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"/>
|
<w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>
|
||||||
|
@ -1 +1 @@
|
|||||||
{# An empty CSS file. #}
|
{{! An empty CSS file. }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!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%;">
|
<html style="height: 100%;">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{#
|
{{!
|
||||||
|
|
||||||
modern/md.txt
|
modern/md.txt
|
||||||
A Markdown resume template for FluentCV's "hello-world" theme.
|
A Markdown resume template for FluentCV's "hello-world" theme.
|
||||||
|
|
||||||
#}
|
}}
|
||||||
# Hello, world! My name is {{ r.name }}.
|
# Hello, world! My name is {{ r.name }}.
|
||||||
|
@ -1 +1 @@
|
|||||||
{# An empty CSS file. #}
|
{{! An empty CSS file. }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!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%;">
|
<html style="height: 100%;">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{#
|
{{!
|
||||||
A simple-as-possible plain TXT resume template for the "Hello World" theme.
|
A simple-as-possible plain TXT resume template for the "Hello World" theme.
|
||||||
#}
|
}}
|
||||||
Hello, world! My name is {{ r.name }}.
|
Hello, world! My name is {{ r.name }}.
|
||||||
|
Loading…
Reference in New Issue
Block a user