diff options
| -rw-r--r-- | gulpfile.js | 3 | ||||
| -rw-r--r-- | src/index.hbs | 27 | ||||
| -rw-r--r-- | src/posts/big-tent.html | 11 | ||||
| -rw-r--r-- | 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 @@ | |||
| 30 | 'css': dir.src + '/css/**/*.css', | 30 | 'css': dir.src + '/css/**/*.css', |
| 31 | 'js': dir.src + '/js/**/*.js', | 31 | 'js': dir.src + '/js/**/*.js', |
| 32 | 'talks': dir.src + '/talks', | 32 | 'talks': dir.src + '/talks', |
| 33 | 'talkindex': dir.src + '/talks/index.hbs', | ||
| 33 | 'posts': dir.src + '/posts', | 34 | 'posts': dir.src + '/posts', |
| 34 | 'images': [ | 35 | 'images': [ |
| 35 | dir.src + '/**/*.png', | 36 | dir.src + '/**/*.png', |
| @@ -320,7 +321,7 @@ | |||
| 320 | gulp.task('serve', function () { | 321 | gulp.task('serve', function () { |
| 321 | gulp.watch(paths.html, ['package:html']); | 322 | gulp.watch(paths.html, ['package:html']); |
| 322 | gulp.watch(paths.images, ['package:images']); | 323 | gulp.watch(paths.images, ['package:images']); |
| 323 | gulp.watch(paths.hbs, ['package:talks']); | 324 | gulp.watch(paths.talks, ['package:talks']); |
| 324 | gulp.watch(paths.css, ['package:css']); | 325 | gulp.watch(paths.css, ['package:css']); |
| 325 | gulp.watch(paths.js, ['package:js']); | 326 | gulp.watch(paths.js, ['package:js']); |
| 326 | gulp.watch(paths.posts, ['package:posts']); | 327 | 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 @@ | |||
| 39 | <a href='talks'>Slides for Talks I've Given</a> | 39 | <a href='talks'>Slides for Talks I've Given</a> |
| 40 | </div> | 40 | </div> |
| 41 | </div> | 41 | </div> |
| 42 | <h4>Thoughts:</h4> | ||
| 42 | <div class="row"> | 43 | <div class="row"> |
| 43 | <div class="col-xs-12"> | 44 | <div class="col-xs-12"> |
| 44 | <br/> | ||
| 45 | <table class="table table-striped table-hover"> | ||
| 46 | <thead> | ||
| 47 | <tr> | ||
| 48 | <th>Post Title</th> | ||
| 49 | </tr> | ||
| 50 | </thead> | ||
| 51 | <tbody> | ||
| 52 | {{#each posts}} | 45 | {{#each posts}} |
| 53 | <tr> | 46 | <p> <a href="{{path}}"> {{title}} </a> </p> |
| 54 | <td> | ||
| 55 | <a href="{{path}}" target="_blank"> | ||
| 56 | {{title}} | ||
| 57 | </a> | ||
| 58 | </td> | ||
| 59 | </tr> | ||
| 60 | {{/each}} | 47 | {{/each}} |
| 61 | </tbody> | ||
| 62 | </table> | ||
| 63 | </div> | 48 | </div> |
| 64 | </div> | 49 | </div> |
| 65 | </div> | 50 | </div> |
| @@ -70,14 +55,16 @@ | |||
| 70 | <img alt="Creative Commons License" | 55 | <img alt="Creative Commons License" |
| 71 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> | 56 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> |
| 72 | </a> | 57 | </a> |
| 73 | This work by <span xmlns:cc="http://creativecommons.org/ns#" | 58 | <a xmlns:cc="http://creativecommons.org/ns#" |
| 59 | rel="cc:attributionURL" | ||
| 60 | href='http://inaugust.com'>http://inaugust.com</a> | ||
| 61 | by <span xmlns:cc="http://creativecommons.org/ns#" | ||
| 74 | property="cc:attributionName">{{author.name}}</span> | 62 | property="cc:attributionName">{{author.name}}</span> |
| 75 | is licensed under a <a rel="license" | 63 | is licensed under a <a rel="license" |
| 76 | href="http://creativecommons.org/licenses/by/4.0/">Creative | 64 | href="http://creativecommons.org/licenses/by/4.0/">Creative |
| 77 | Commons Attribution 4.0 International License</a>. | 65 | Commons Attribution 4.0 International License</a>. |
| 66 | Source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
| 78 | </p> | 67 | </p> |
| 79 | <br /> | ||
| 80 | Website source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
| 81 | </div> | 68 | </div> |
| 82 | </nav> | 69 | </nav> |
| 83 | </body> | 70 | </body> |
diff --git a/src/posts/big-tent.html b/src/posts/big-tent.html index e994b87..8b71e0c 100644 --- a/src/posts/big-tent.html +++ b/src/posts/big-tent.html | |||
| @@ -226,7 +226,7 @@ designate call-that-ip 'blog.inaugust.com' --also-reverse-dns-kthxbai # | |||
| 226 | 226 | ||
| 227 | </div> | 227 | </div> |
| 228 | 228 | ||
| 229 | <nav class="navbar navbar-default navbar-bottom"> | 229 | <nav class="navbar navbar-default navbar-fixed-bottom"> |
| 230 | <div class="container-fluid"> | 230 | <div class="container-fluid"> |
| 231 | <p class="navbar-text"> | 231 | <p class="navbar-text"> |
| 232 | <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | 232 | <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> |
| @@ -235,16 +235,15 @@ designate call-that-ip 'blog.inaugust.com' --also-reverse-dns-kthxbai # | |||
| 235 | </a> | 235 | </a> |
| 236 | <a xmlns:cc="http://creativecommons.org/ns#" | 236 | <a xmlns:cc="http://creativecommons.org/ns#" |
| 237 | rel="cc:attributionURL" | 237 | rel="cc:attributionURL" |
| 238 | href='http://inaugust.com'>http://inaugust.com</a> by | 238 | href='http://inaugust.com'>http://inaugust.com</a> |
| 239 | by <span xmlns:cc="http://creativecommons.org/ns#" | 239 | by <span xmlns:cc="http://creativecommons.org/ns#" |
| 240 | property="cc:attributionName">Monty Taylor</span> | 240 | property="cc:attributionName">{{author.name}}</span> |
| 241 | is licensed under a <a rel="license" | 241 | is licensed under a <a rel="license" |
| 242 | href="http://creativecommons.org/licenses/by/4.0/">Creative | 242 | href="http://creativecommons.org/licenses/by/4.0/">Creative |
| 243 | Commons Attribution 4.0 International License</a>. | 243 | Commons Attribution 4.0 International License</a>. |
| 244 | <br /> | 244 | Source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> |
| 245 | Website source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
| 246 | </p> | 245 | </p> |
| 247 | </div> | 246 | </div> |
| 248 | </nav> | 247 | </nav> |
| 249 | 248 | ||
| 250 | </body> | 249 | </body> |
diff --git a/src/talks/index.hbs b/src/talks/index.hbs index 4fba0b1..e9ed6fc 100644 --- a/src/talks/index.hbs +++ b/src/talks/index.hbs | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | <title>Conference Talks</title> | 6 | <title>Conference Talks</title> |
| 7 | <link rel="stylesheet" | 7 | <link rel="stylesheet" |
| 8 | href="/css/bootstrap.css"> | 8 | href="/css/bootstrap.css"> |
| 9 | <link rel="stylesheet" | ||
| 10 | href="/css/mordred.css"> | ||
| 9 | <meta name="description" | 11 | <meta name="description" |
| 10 | content="Conference Talks by {{author.name}}"> | 12 | content="Conference Talks by {{author.name}}"> |
| 11 | <meta name="author" content="{{author.name}}"> | 13 | <meta name="author" content="{{author.name}}"> |
| @@ -13,22 +15,29 @@ | |||
| 13 | content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> | 15 | content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> |
| 14 | </head> | 16 | </head> |
| 15 | 17 | ||
| 16 | <body style="margin-top: 70px; margin-bottom: 70px"> | 18 | <body> |
| 17 | <nav class="navbar navbar-default navbar-fixed-top"> | 19 | <nav class="navbar navbar-default navbar-fixed-top"> |
| 18 | <div class="container-fluid"> | 20 | <div class="container-fluid"><a href="/"> |
| 19 | <span class="navbar-brand">Conference Talks</span> | 21 | <span class="navbar-brand"> |
| 22 | Things you may or may not care or not care about.</a></span> | ||
| 20 | </div> | 23 | </div> |
| 21 | </nav> | 24 | </nav> |
| 25 | |||
| 26 | <div class="jumbotron"> | ||
| 27 | <div class="container-fluid"> | ||
| 28 | <h1> | ||
| 29 | <span xmlns:dct="http://purl.org/dc/terms/" | ||
| 30 | href="http://purl.org/dc/dcmitype/InteractiveResource" | ||
| 31 | property="dct:title" | ||
| 32 | rel="dct:type"> | ||
| 33 | {{author.name}} Conference Talks | ||
| 34 | </h1> | ||
| 35 | </div> | ||
| 36 | </div> | ||
| 37 | |||
| 22 | <div class="container-fluid"> | 38 | <div class="container-fluid"> |
| 23 | <div class="row"> | 39 | <div class="row"> |
| 24 | <div class="col-xs-12"> | 40 | <div class="col-xs-12"> |
| 25 | <ul class="list-unstyled"> | ||
| 26 | <li><strong>Author:</strong> {{author.name}}</li> | ||
| 27 | <li><strong>Website:</strong> | ||
| 28 | <a href="{{author.url}}">{{author.url}}</a> | ||
| 29 | </li> | ||
| 30 | </ul> | ||
| 31 | <br/> | ||
| 32 | <table class="table table-striped table-hover"> | 41 | <table class="table table-striped table-hover"> |
| 33 | <thead> | 42 | <thead> |
| 34 | <tr> | 43 | <tr> |
| @@ -52,20 +61,24 @@ | |||
| 52 | </div> | 61 | </div> |
| 53 | </div> | 62 | </div> |
| 54 | </div> | 63 | </div> |
| 55 | <nav class="navbar navbar-default navbar-fixed-bottom"> | 64 | <nav class="navbar navbar-default navbar-bottom"> |
| 56 | <div class="container-fluid"> | 65 | <div class="container-fluid"> |
| 57 | <p class="navbar-text"> | 66 | <p class="navbar-text"> |
| 58 | <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> | 67 | <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"> |
| 59 | <img alt="Creative Commons License" | 68 | <img alt="Creative Commons License" |
| 60 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> | 69 | src="https://i.creativecommons.org/l/by/4.0/88x31.png"/> |
| 61 | </a> | 70 | </a> |
| 62 | This work by <span xmlns:cc="http://creativecommons.org/ns#" | 71 | <a xmlns:cc="http://creativecommons.org/ns#" |
| 63 | property="cc:attributionName">{{author.name}}</span> | 72 | rel="cc:attributionURL" |
| 73 | href='http://inaugust.com'>http://inaugust.com</a> | ||
| 74 | by <span xmlns:cc="http://creativecommons.org/ns#" | ||
| 75 | property="cc:attributionName">Monty Taylor</span> | ||
| 64 | is licensed under a <a rel="license" | 76 | is licensed under a <a rel="license" |
| 65 | href="http://creativecommons.org/licenses/by/4.0/">Creative | 77 | href="http://creativecommons.org/licenses/by/4.0/">Creative |
| 66 | Commons Attribution 4.0 International License</a>. | 78 | Commons Attribution 4.0 International License</a>. |
| 79 | Website source code available at <a href='http://git.inaugust.com/cgit/inaugust.com'>http://git.inaugust.com/cgit/inaugust.com</a> | ||
| 67 | </p> | 80 | </p> |
| 68 | </div> | 81 | </div> |
| 69 | </nav> | 82 | </nav> |
| 70 | </body> | 83 | </body> |
| 71 | </html> | 84 | </html> |
