From 71db6e4ca1962d708f2da6cf6e532ace38eabfba Mon Sep 17 00:00:00 2001
From: Monty Taylor
Date: Sat, 1 Aug 2015 02:43:52 +1000
Subject: Aligned visuals
---
gulpfile.js | 3 ++-
src/index.hbs | 27 +++++++--------------------
src/posts/big-tent.html | 11 +++++------
src/talks/index.hbs | 41 +++++++++++++++++++++++++++--------------
4 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/gulpfile.js b/gulpfile.js
index 974d3fd..612ebee 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -30,6 +30,7 @@
'css': dir.src + '/css/**/*.css',
'js': dir.src + '/js/**/*.js',
'talks': dir.src + '/talks',
+ 'talkindex': dir.src + '/talks/index.hbs',
'posts': dir.src + '/posts',
'images': [
dir.src + '/**/*.png',
@@ -320,7 +321,7 @@
gulp.task('serve', function () {
gulp.watch(paths.html, ['package:html']);
gulp.watch(paths.images, ['package:images']);
- gulp.watch(paths.hbs, ['package:talks']);
+ gulp.watch(paths.talks, ['package:talks']);
gulp.watch(paths.css, ['package:css']);
gulp.watch(paths.js, ['package:js']);
gulp.watch(paths.posts, ['package:posts']);
diff --git a/src/index.hbs b/src/index.hbs
index b864814..1d4d808 100644
--- a/src/index.hbs
+++ b/src/index.hbs
@@ -39,27 +39,12 @@
Slides for Talks I've Given
+ Thoughts:
@@ -70,14 +55,16 @@
- This work by http://inaugust.com
+ by {{author.name}}
is licensed under a Creative
Commons Attribution 4.0 International License.
+ Source code available at http://git.inaugust.com/cgit/inaugust.com
-
- Website source code available at http://git.inaugust.com/cgit/inaugust.com