Skip to content

Commit a870383

Browse files
committed
getting things ready for cloufront
1 parent 0f7dbf0 commit a870383

File tree

10 files changed

+66
-58
lines changed

10 files changed

+66
-58
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
_site
22
.DS_Store
3-
3+
.Gemfile.swp

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: ruby
2+
rvm:
3+
- 2.1
4+
install: gem install jekyll -v 2.4.0 && gem install s3_website
5+
script: jekyll build
6+
after_success: s3_website push

_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: > # this means to ignore newlines until "baseurl:"
66
line in _config.yml. It will appear in your document head meta (for
77
Google search results) and in your feed.xml site description.
88
baseurl: "" # the subpath of your site, e.g. /blog/
9-
url: "http://www.macdevops.ca" # the base hostname & protocol for your site
9+
url: "" # the base hostname & protocol for your site
1010
twitter_username: "@MacDevOpsYVR"
1111
github_username: dayglojesus
1212
submissions_deadline: "March 31, 2015"
@@ -15,4 +15,4 @@ submissions_deadline: "March 31, 2015"
1515
markdown: kramdown
1616

1717
gems:
18-
- jemoji
18+
- jemoji

_includes/head.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/bootstrap.min.css">
10-
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/custom.css">
9+
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/bootstrap.min.css">
10+
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/custom.css">
1111

12-
<script type="text/javascript" src="{{ site.baseurl }}/js/jquery.min.js"></script>
13-
<script type="text/javascript" src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
14-
<script type="text/javascript" src="{{ site.baseurl }}/js/custom.js"></script>
15-
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
12+
<script type="text/javascript" src="{{ site.url }}/js/jquery.min.js"></script>
13+
<script type="text/javascript" src="{{ site.url }}/js/bootstrap.min.js"></script>
14+
<script type="text/javascript" src="{{ site.url }}/js/custom.js"></script>
15+
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCqK5S_mIDCGJCnDB1Z-2hSLYh0DM99tT8&callback=initMap"
16+
type="text/javascript"></script>
1617

1718
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
1819
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -21,4 +22,4 @@
2122
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
2223
<![endif]-->
2324

24-
</head>
25+
</head>

_includes/navbar.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<!-- Collect the nav links, forms, and other content for toggling -->
1515
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
1616
<ul class="nav nav-tabs">
17-
<li><a href="{{ site.baseurl }}/" >Home</a></li>
18-
<li><a href="{{ site.baseurl }}/speakers" >Speakers</a></li>
19-
<li><a href="{{ site.baseurl }}/workshops" >Workshops</a></li>
20-
<li><a href="{{ site.baseurl }}/activities">Activities</a></li>
21-
<li><a href="{{ site.baseurl }}/sponsors" >Sponsors</a></li>
22-
<li><a href="{{ site.baseurl }}/attendee" >Attendees</a></li>
23-
<li><a href="{{ site.baseurl }}/presentations">Presentations</a></li>
24-
<li><a href="{{ site.baseurl }}/conduct" >Code of Conduct</a></li>
25-
<li><a href="{{ site.baseurl }}/contacts" >Contacts</a></li>
17+
<li><a href="{{ site.url }}/" >Home</a></li>
18+
<li><a href="{{ site.url }}/speakers" >Speakers</a></li>
19+
<li><a href="{{ site.url }}/workshops" >Workshops</a></li>
20+
<li><a href="{{ site.url }}/activities">Activities</a></li>
21+
<li><a href="{{ site.url }}/sponsors" >Sponsors</a></li>
22+
<li><a href="{{ site.url }}/attendee" >Attendees</a></li>
23+
<li><a href="{{ site.url }}/presentations">Presentations</a></li>
24+
<li><a href="{{ site.url }}/conduct" >Code of Conduct</a></li>
25+
<li><a href="{{ site.url }}/contacts" >Contacts</a></li>
2626
</ul>
2727
</div><!-- /.navbar-collapse -->
2828
</div><!-- /.container-fluid -->

activities/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Refreshments provided.
1818
<h3>Pre-conf meetup on Sunday June 4th, 2017</h3>
1919

2020

21-
<p><b>MacDevOps:YVR 2017</b> we are meeting up before the conference on Sunday June 4th at 5pm at the Tap and Barrel (Convention Centre).
21+
<p><b>MacDevOps:YVR 2017</b> we are meeting up before the conference on Sunday June 4th at 5pm at the Tap and Barrel (Convention Centre). </p>
2222

2323
Space is very limited. There will be a link to the free tickets soon to RSVP. Stay tuned.
2424

@@ -29,5 +29,3 @@ Space is very limited. There will be a link to the free tickets soon to RSVP. St
2929
<p><img src="/assets/BarrelRoom1.jpg"></p>
3030
<p><img src="/assets/TapBarrel-CCtr-Crop.png">
3131
</p>
32-
33-

presentations/index.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body_id: presentations
2929
Mike Dodge from FaceBook tackles Advanced Chef
3030
</p>
3131
<p class="lead">
32-
<a href="http://macdevops.ca/MDO2016/chef/Default.html">Watch the Video</a>
32+
<a href="http://cdn.macdevops.ca/MDO2016/chef/Default.html">Watch the Video</a>
3333
</p>
3434
</div>
3535
</div>
@@ -42,7 +42,7 @@ body_id: presentations
4242
Hydraulx dev Chris Johnson discusses Docker
4343
</p>
4444
<p class="lead">
45-
<a href="http://macdevops.ca/MDO2016/docker/Default.html">Watch the Video</a>
45+
<a href="http://cdn.macdevops.ca/MDO2016/docker/Default.html">Watch the Video</a>
4646
</p>
4747
</div>
4848
</div>
@@ -55,7 +55,7 @@ body_id: presentations
5555
PSU's Gretchen Kuwahara discusses her journey with Ansible
5656
</p>
5757
<p class="lead">
58-
<a href="http://macdevops.ca/MDO2016/ansible/Default.html">Watch the Video</a>
58+
<a href="http://cdn.macdevops.ca/MDO2016/ansible/Default.html">Watch the Video</a>
5959
</p>
6060
</div>
6161
</div>
@@ -84,7 +84,7 @@ body_id: presentations
8484
Linde Group's Elliot Jordan on How not to bad things with Autopkg
8585
</p>
8686
<p class="lead">
87-
<a href="http://macdevops.ca/MDO2016/autopkg/Default.html">Watch the Video</a>
87+
<a href="http://cdn.macdevops.ca/MDO2016/autopkg/Default.html">Watch the Video</a>
8888
</p>
8989
</div>
9090
</div>
@@ -97,7 +97,7 @@ body_id: presentations
9797
Quick Talk: Elliot Jordan and the Autopkg Recipe Robot
9898
</p>
9999
<p class="lead">
100-
<a href="http://macdevops.ca/MDO2016/robot/Default.html">Watch the Video</a>
100+
<a href="http://cdn.macdevops.ca/MDO2016/robot/Default.html">Watch the Video</a>
101101
</p>
102102
</div>
103103
</div>
@@ -110,7 +110,7 @@ body_id: presentations
110110
Learn all about Jenkins CI with Concordia University's Tim Sutton.
111111
</p>
112112
<p class="lead">
113-
<a href="http://macdevops.ca/MDO2016/jenkins/Default.html">Watch the Video</a>
113+
<a href="http://cdn.macdevops.ca/MDO2016/jenkins/Default.html">Watch the Video</a>
114114
</p>
115115
</div>
116116
</div>
@@ -123,7 +123,7 @@ body_id: presentations
123123
Learn Japanese from Allister and pick up osquery along the way.
124124
</p>
125125
<p class="lead">
126-
<a href="http://macdevops.ca/MDO2016/osquery/Default.html">Watch the Video</a>
126+
<a href="http://cdn.macdevops.ca/MDO2016/osquery/Default.html">Watch the Video</a>
127127
</p>
128128
</div>
129129
</div>
@@ -136,7 +136,7 @@ body_id: presentations
136136
Henry Stamerjohann takes us through Zentral's unique use of osquery and Santa.
137137
</p>
138138
<p class="lead">
139-
<a href="http://macdevops.ca/MDO2016/zentral/Default.html">Watch the Video</a>
139+
<a href="http://cdn.macdevops.ca/MDO2016/zentral/Default.html">Watch the Video</a>
140140
</p>
141141
</div>
142142
</div>
@@ -278,7 +278,7 @@ body_id: presentations
278278
<div class="responsive">
279279
<h4>Panel: Configuration Management</h4>
280280
<p>
281-
Panel: Configuration Management - Puppet, Chef and more. Discuss!
281+
Panel: Configuration Management - Puppet, Chef and more. Discuss!
282282
</p>
283283
<p class="lead">
284284
<a href="http://matx.ca/mdoyvr/2016/day2/configmgmt/Default.html">Watch the Video</a>
@@ -310,7 +310,7 @@ body_id: presentations
310310
Organizer Mat X welcomes the inaugural MacDevOpsYVR attendees
311311
</p>
312312
<p class="lead">
313-
<a href="http://macdevops.ca/MDO2015/intro/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
313+
<a href="http://cdn.macdevops.ca/MDO2015/intro/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
314314
</p>
315315
</div>
316316
</div>
@@ -323,7 +323,7 @@ body_id: presentations
323323
Quantum's Skip Levens shares some lessons on the importance of collaboration and the spirit of DevOps.
324324
</p>
325325
<p class="lead">
326-
<a href="http://macdevops.ca/MDO2015/skip/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
326+
<a href="http://cdn.macdevops.ca/MDO2015/skip/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
327327
</p>
328328
</div>
329329
</div>
@@ -336,7 +336,7 @@ body_id: presentations
336336
Brian Warsing and Riley Shott discuss the trials and tribulations of building an in-house Puppet-as-a-Service.
337337
</p>
338338
<p class="lead">
339-
<a href="http://macdevops.ca/MDO2015/mm/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
339+
<a href="http://cdn.macdevops.ca/MDO2015/mm/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
340340
</p>
341341
</div>
342342
</div>
@@ -349,7 +349,7 @@ body_id: presentations
349349
Wade Robson demonstrates his unique automation magic for wrangling Macs that ship with hardware-specific OS X builds.
350350
</p>
351351
<p class="lead">
352-
<a href="http://macdevops.ca/MDO2015/wade/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
352+
<a href="http://cdn.macdevops.ca/MDO2015/wade/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
353353
</p>
354354
</div>
355355
</div>
@@ -362,7 +362,7 @@ body_id: presentations
362362
Nick McSpadden proves to Mac Admins the benefits of Docker and how it can make managing multiple deployment services a snap.
363363
</p>
364364
<p class="lead">
365-
<a href="http://macdevops.ca/MDO2015/nick/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
365+
<a href="http://cdn.macdevops.ca/MDO2015/nick/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
366366
</p>
367367
</div>
368368
</div>
@@ -375,7 +375,7 @@ body_id: presentations
375375
Follow along with Tim Sutton as he runs down the vast list of ways Python is tailored for Mac Admins.
376376
</p>
377377
<p class="lead">
378-
<a href="http://macdevops.ca/MDO2015/tim/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
378+
<a href="http://cdn.macdevops.ca/MDO2015/tim/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
379379
</p>
380380
</div>
381381
</div>
@@ -388,7 +388,7 @@ body_id: presentations
388388
Bored with PyObjC? Let Michael Lynn show you how to go spelunking for fun and profit using Python CTypes.
389389
</p>
390390
<p class="lead">
391-
<a href="http://macdevops.ca/MDO2015/mikey/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
391+
<a href="http://cdn.macdevops.ca/MDO2015/mikey/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
392392
</p>
393393
</div>
394394
</div>
@@ -401,7 +401,7 @@ body_id: presentations
401401
You're not already using Munki? Greg Neagle is here to help you get rolling with his OS X package deployment system.
402402
</p>
403403
<p class="lead">
404-
<a href="http://macdevops.ca/MDO2015/greg/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
404+
<a href="http://cdn.macdevops.ca/MDO2015/greg/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
405405
</p>
406406
</div>
407407
</div>
@@ -414,7 +414,7 @@ body_id: presentations
414414
Now that you're a Munki expert, Sam Keeley is here to show you how to maintain your Munki repo and your sanity.
415415
</p>
416416
<p class="lead">
417-
<a href="http://macdevops.ca/MDO2015/sam/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
417+
<a href="http://cdn.macdevops.ca/MDO2015/sam/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
418418
</p>
419419
</div>
420420
</div>
@@ -427,7 +427,7 @@ body_id: presentations
427427
Everybody knows Google has all the Macs. Ed Eigerman and Clay Caviness are here to discuss how they keep them safe and up-to-date.
428428
</p>
429429
<p class="lead">
430-
<a href="http://macdevops.ca/MDO2015/google/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
430+
<a href="http://cdn.macdevops.ca/MDO2015/google/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
431431
</p>
432432
</div>
433433
</div>
@@ -440,7 +440,7 @@ body_id: presentations
440440
You use VMWare, but Joseph Chilcote is going to show you how to build VMs faster and better using vFuse.
441441
</p>
442442
<p class="lead">
443-
<a href="http://macdevops.ca/MDO2015/joe/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
443+
<a href="http://cdn.macdevops.ca/MDO2015/joe/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
444444
</p>
445445
</div>
446446
</div>
@@ -453,7 +453,7 @@ body_id: presentations
453453
Who does all the cooking at Facebook? It's Mike Dodge and he wants you to become a Chef as well. Here's a taste...
454454
</p>
455455
<p class="lead">
456-
<a href="http://macdevops.ca/MDO2015/fb/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
456+
<a href="http://cdn.macdevops.ca/MDO2015/fb/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
457457
</p>
458458
</div>
459-
</div>
459+
</div>

presentations/index2015.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here are the presentations from the 2015 event:
1414
Organizer Mat X welcomes the inaugural MacDevOpsYVR attendees
1515
</p>
1616
<p class="lead">
17-
<a href="http://macdevops.ca/MDO2015/intro/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
17+
<a href="http://pop.macdevops.ca/MDO2015/intro/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
1818
</p>
1919
</div>
2020
</div>
@@ -27,7 +27,7 @@ Here are the presentations from the 2015 event:
2727
Quantum's Skip Levens shares some lessons on the importance of collaboration and the spirit of DevOps.
2828
</p>
2929
<p class="lead">
30-
<a href="http://macdevops.ca/MDO2015/skip/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
30+
<a href="http://pop.macdevops.ca/MDO2015/skip/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
3131
</p>
3232
</div>
3333
</div>
@@ -40,7 +40,7 @@ Here are the presentations from the 2015 event:
4040
Brian Warsing and Riley Shott discuss the trials and tribulations of building an in-house Puppet-as-a-Service.
4141
</p>
4242
<p class="lead">
43-
<a href="http://macdevops.ca/MDO2015/mm/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
43+
<a href="http://pop.macdevops.ca/MDO2015/mm/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
4444
</p>
4545
</div>
4646
</div>
@@ -53,7 +53,7 @@ Here are the presentations from the 2015 event:
5353
Wade Robson demonstrates his unique automation magic for wrangling Macs that ship with hardware-specific OS X builds.
5454
</p>
5555
<p class="lead">
56-
<a href="http://macdevops.ca/MDO2015/wade/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
56+
<a href="http://pop.macdevops.ca/MDO2015/wade/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
5757
</p>
5858
</div>
5959
</div>
@@ -66,7 +66,7 @@ Here are the presentations from the 2015 event:
6666
Nick McSpadden proves to Mac Admins the benefits of Docker and how it can make managing multiple deployment services a snap.
6767
</p>
6868
<p class="lead">
69-
<a href="http://macdevops.ca/MDO2015/nick/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
69+
<a href="http://pop.macdevops.ca/MDO2015/nick/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
7070
</p>
7171
</div>
7272
</div>
@@ -79,7 +79,7 @@ Here are the presentations from the 2015 event:
7979
Follow along with Tim Sutton as he runs down the vast list of ways Python is tailored for Mac Admins.
8080
</p>
8181
<p class="lead">
82-
<a href="http://macdevops.ca/MDO2015/tim/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
82+
<a href="http://pop.macdevops.ca/MDO2015/tim/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
8383
</p>
8484
</div>
8585
</div>
@@ -92,7 +92,7 @@ Here are the presentations from the 2015 event:
9292
Bored with PyObjC? Let Michael Lynn show you how to go spelunking for fun and profit using Python CTypes.
9393
</p>
9494
<p class="lead">
95-
<a href="http://macdevops.ca/MDO2015/mikey/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
95+
<a href="http://pop.macdevops.ca/MDO2015/mikey/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
9696
</p>
9797
</div>
9898
</div>
@@ -105,7 +105,7 @@ Here are the presentations from the 2015 event:
105105
You're not already using Munki? Greg Neagle is here to help you get rolling with his OS X package deployment system.
106106
</p>
107107
<p class="lead">
108-
<a href="http://macdevops.ca/MDO2015/greg/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
108+
<a href="http://pop.macdevops.ca/MDO2015/greg/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
109109
</p>
110110
</div>
111111
</div>
@@ -118,7 +118,7 @@ Here are the presentations from the 2015 event:
118118
Now that you're a Munki expert, Sam Keeley is here to show you how to maintain your Munki repo and your sanity.
119119
</p>
120120
<p class="lead">
121-
<a href="http://macdevops.ca/MDO2015/sam/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
121+
<a href="http://pop.macdevops.ca/MDO2015/sam/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
122122
</p>
123123
</div>
124124
</div>
@@ -131,7 +131,7 @@ Here are the presentations from the 2015 event:
131131
Everybody knows Google has all the Macs. Ed Eigerman and Clay Caviness are here to discuss how they keep them safe and up-to-date.
132132
</p>
133133
<p class="lead">
134-
<a href="http://macdevops.ca/MDO2015/google/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
134+
<a href="http://pop.macdevops.ca/MDO2015/google/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
135135
</p>
136136
</div>
137137
</div>
@@ -144,7 +144,7 @@ Here are the presentations from the 2015 event:
144144
You use VMWare, but Joseph Chilcote is going to show you how to build VMs faster and better using vFuse.
145145
</p>
146146
<p class="lead">
147-
<a href="http://macdevops.ca/MDO2015/joe/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
147+
<a href="http://pop.macdevops.ca/MDO2015/joe/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
148148
</p>
149149
</div>
150150
</div>
@@ -157,7 +157,7 @@ Here are the presentations from the 2015 event:
157157
Who does all the cooking at Facebook? It's Mike Dodge and he wants you to become a Chef as well. Here's a taste...
158158
</p>
159159
<p class="lead">
160-
<a href="http://macdevops.ca/MDO2015/fb/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
160+
<a href="http://pop.macdevops.ca/MDO2015/fb/NewStandardPlayer.html?plugin=HTML5">Watch the Video</a>
161161
</p>
162162
</div>
163-
</div>
163+
</div>

0 commit comments

Comments
 (0)