diff --git a/img/but-it-works-on-my-machine.jpg b/img/but-it-works-on-my-machine.jpg new file mode 100644 index 0000000..2063ff9 Binary files /dev/null and b/img/but-it-works-on-my-machine.jpg differ diff --git a/slides/but-it-works-on-my-machine.md b/slides/but-it-works-on-my-machine.md new file mode 100644 index 0000000..18539c7 --- /dev/null +++ b/slides/but-it-works-on-my-machine.md @@ -0,0 +1,5 @@ +## But it works on my machine! + +![But it works on my machine!](img/but-it-works-on-my-machine.jpg) + +note: diff --git a/slides/conclusion.md b/slides/conclusion.md new file mode 100644 index 0000000..e3267a6 --- /dev/null +++ b/slides/conclusion.md @@ -0,0 +1,5 @@ +# Try it for yourself + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/demonstration.md b/slides/demonstration.md new file mode 100644 index 0000000..f039f47 --- /dev/null +++ b/slides/demonstration.md @@ -0,0 +1,7 @@ +## Demonstration + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/getting-started-with-vagrant.md b/slides/getting-started-with-vagrant.md new file mode 100644 index 0000000..ff7445a --- /dev/null +++ b/slides/getting-started-with-vagrant.md @@ -0,0 +1,7 @@ +## Getting Started With Vagrant + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/index.md b/slides/index.md index b7ba60f..07e33c5 100644 --- a/slides/index.md +++ b/slides/index.md @@ -1,3 +1,10 @@ -# Vagrant +# DevOps and You + +or "A Brief Introduction to Vagrant" Andrew Tomaka / [@atomaka](https://twitter.com/atomaka) + +note: + New DevOps meetup by Jesse and Chris as part of their "Tech Tuesday" + + First Tuesday of each month diff --git a/slides/installation.md b/slides/installation.md new file mode 100644 index 0000000..cfcac64 --- /dev/null +++ b/slides/installation.md @@ -0,0 +1,7 @@ +## Installation + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/list.json b/slides/list.json index f766314..faee589 100644 --- a/slides/list.json +++ b/slides/list.json @@ -1,3 +1,13 @@ [ - "index.md" -] + "index.md", + "what-is-devops.md", + "why-should-you-care.md", + "but-it-works-on-my-machine.md", + "what-is-vagrant.md", + "installation.md", + "the-vagrantfile.md", + "usage.md", + "demonstration.md", + "resources.md", + "conclusion.md" +] \ No newline at end of file diff --git a/slides/resources.md b/slides/resources.md new file mode 100644 index 0000000..042ae34 --- /dev/null +++ b/slides/resources.md @@ -0,0 +1,7 @@ +## Resources + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/the-vagrantfile.md b/slides/the-vagrantfile.md new file mode 100644 index 0000000..6a5a48c --- /dev/null +++ b/slides/the-vagrantfile.md @@ -0,0 +1,7 @@ +## The Vagrantfile + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/usage.md b/slides/usage.md new file mode 100644 index 0000000..b73978e --- /dev/null +++ b/slides/usage.md @@ -0,0 +1,7 @@ +## Usage + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/what-is-devops.md b/slides/what-is-devops.md new file mode 100644 index 0000000..e299001 --- /dev/null +++ b/slides/what-is-devops.md @@ -0,0 +1,7 @@ +## What is DevOps? + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/what-is-vagrant.md b/slides/what-is-vagrant.md new file mode 100644 index 0000000..ce1fdc8 --- /dev/null +++ b/slides/what-is-vagrant.md @@ -0,0 +1,7 @@ +## What is Vagrant? + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/slides/why-should-you-care.md b/slides/why-should-you-care.md new file mode 100644 index 0000000..f6b4157 --- /dev/null +++ b/slides/why-should-you-care.md @@ -0,0 +1,7 @@ +## Why should you care? + +This is a new Markdown slide + +note: + Put your speaker notes here. + You can see them pressing 's'. diff --git a/templates/_index.html b/templates/_index.html index 46c765c..2fd3632 100644 --- a/templates/_index.html +++ b/templates/_index.html @@ -34,18 +34,7 @@
- <% _.forEach(slides, function(slide) { %> - <% if (!_.isArray(slide)) { %> - <%= section(slide) %> - <% } %> - <% if (_.isArray(slide)) { %> -
- <% _.forEach(slide, function(verticalslide) { %> - <%= section(verticalslide) %> - <% }); %> -
- <% } %> - <% }); %> +<% _.forEach(slides, function(slide) { %><% if (!_.isArray(slide)) { %><%= section(slide) %><% } %><% if (_.isArray(slide)) { %>
<% _.forEach(slide, function(verticalslide) { %><%= section(verticalslide) %><% }); %>
<% } %><% }); %>