Skip to content

Commit 76ef61c

Browse files
committed
Updated
1 parent 853737b commit 76ef61c

File tree

33 files changed

+342
-1
lines changed

33 files changed

+342
-1
lines changed

_includes/hired2.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<center>
2+
This video sponsored by <a href="http://www.hired.com/devopslibrary">Hired.com</a>
3+
<br><span style="font-size: 80%;"><i>Thank you for supporting the DevOps Community!</i></span>
4+
<a href="http://www.hired.com/?utm_source=sponsor&utm_medium=devopslibrary&utm_content=purple&utm_campaign=q3-16"><img src="/images/hiredpurple.jpg"></a><br><br>
5+
</center>

_layouts/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 class="path-title">
4242
<a href="{{ post.url }}" class="card-item card-item--f path-next pts pbs moo">
4343
<div class="responsive-container">
4444
<div class="img-container">
45-
<img alt="" height="40" src="./images/easy.png" width="40">
45+
<img alt="" height="40" src="./images/{{ post.difficulty }}.png" width="40">
4646
</div>
4747
</div>
4848
<div class="path-next-content">

_posts/2015-06-22-Getting Started with Vagrant.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: Vagrant
66
permalink: lessons/getting-started-with-vagrant
77
excerpt: "We’re going to bring up our first Vagrant Machine, and explain the basics of editing a VagrantFile."
88
weight: 3
9+
difficulty: easy
910

1011
---
1112
{% include youtube.html id="QfyBWmzCdc0" %}

_posts/2015-06-22-Installing Vagrant.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: Vagrant
66
permalink: lessons/installing-vagrant
77
excerpt: "Installing Vagrant is extremely easy, we'll show you how :)."
88
weight: 2
9+
difficulty: easy
910

1011
---
1112
{% include youtube.html id="8-brcyUKHNo" %}

_posts/2015-06-22-Vagrant Provisioning.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: Vagrant
66
permalink: lessons/vagrant-provisioning
77
excerpt: "Creating an entire environment all the way down to the application stack fully configured with Vagrant."
88
weight: 4
9+
difficulty: easy
910

1011
---
1112
{% include youtube.html id="5tPykQsuMfE" %}

_posts/2015-06-22-What is Vagrant.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: Vagrant
66
permalink: lessons/what-is-vagrant
77
excerpt: "Learn why we love Vagrant, and how to create reproducible development environments."
88
weight: 1
9+
difficulty: easy
910

1011
---
1112
{% include youtube.html id="aUew6WauUsI" %}

_posts/2015-08-13-Introduction to SaltStack.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: SaltStack
66
permalink: lessons/saltstack-beginner-tutorial
77
excerpt: "By the end of this lesson, we’ll have a Salt master running as well as our first minion."
88
weight: 1
9+
difficulty: easy
910

1011
---
1112
{% include youtube.html id="TQjE2I8CrzQ" %}

_posts/2015-10-13-ELK Stack for Logging Tutorial.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ date: 2015-10-13 12:00:00 -0500
55
categories: ELK
66
permalink: lessons/elk-stack-for-logging-tutorial
77
excerpt: "ELK is an amazing open source logging system, and we'll show you how to set it up!"
8+
difficulty: medium
89

910
---
1011
{% include youtube.html id="2-Bzm25dLRQ" %}

_posts/2015-10-13-Introduction to Docker.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ date: 2015-10-13 12:00:00 -0500
55
categories: Docker
66
permalink: lessons/docker-beginner-tutorial
77
excerpt: "Docker is one of those things that people tend to get a pretty strong opinion one way or another very quickly, but we promise you, that if you use Linux at all in your organization, you’ll probably end up eventually loving it. Even if you’re a windows shop you might end up loving it too."
8+
difficulty: easy
89

910
---
1011
{% include youtube.html id="cxveLKw6BVw" %}

_posts/2015-10-13-Jenkins & GitHub + Powershell Params.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories: Jenkins
66
permalink: lessons/jenkins-github-powershell-params
77
excerpt: "In this lesson, we're going to integrate Jenkins and Github for version control. We'll start off with a Jenkins master running on Ubuntu, with a Server"
88
weight: 11
9+
difficulty: medium
910

1011
---
1112
{% include youtube.html id="RuWMoVb_Ji0" %}

0 commit comments

Comments
 (0)