From 178f5ad1358b7c3e2275ff4340135ea4f8a9a629 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Wed, 15 Jul 2015 18:29:20 -0700 Subject: Added presentation framework. --- src/index.hbs | 71 +++++++++++++++++++++++++++++++ src/template/index.hbs | 111 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 182 insertions(+) create mode 100644 src/index.hbs create mode 100644 src/template/index.hbs (limited to 'src') diff --git a/src/index.hbs b/src/index.hbs new file mode 100644 index 0000000..c5cbc93 --- /dev/null +++ b/src/index.hbs @@ -0,0 +1,71 @@ + + + + + + Convention Presentations + + + + + + + + +
+
+
+ +
+ + + + + + + + + {{#each presentations}} + + + + + {{/each}} + +
Last UpdatedTitle
{{datetime mtime}} + + {{title}} + +
+
+
+
+ + + diff --git a/src/template/index.hbs b/src/template/index.hbs new file mode 100644 index 0000000..1d05d8f --- /dev/null +++ b/src/template/index.hbs @@ -0,0 +1,111 @@ + + + + + + + {{presentation.title}} + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

{{presentation.title}}

+ +

{{presentation.description}}

+ +

by {{author.name}}

+
+
+ + + + + +
+ + -- cgit v1.2.3