Skip to content

Commit a334d53

Browse files
committed
moo
1 parent 76ef61c commit a334d53

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

DevOps.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: page
3+
description: Welcome to the DevOps Library! Free full video courses and tutorials on everything DevOps! We cover everything from Jenkins, to Salt, Puppet, PowerShell and more!
4+
---
5+
6+
<div id="posts">
7+
<center><h2>DevOps Course Outline</h2></center>
8+
<p>Welcome to our introduction to DevOps series!<p>
9+
<center>
10+
<img src="/images/saltstack.jpg" height="50%" width="50%" /></center>
11+
{% assign pages = site.categories['DevOps'] | sort:"weight"%}
12+
<ol>
13+
{% for post in pages %}
14+
<li><a href="{{ post.url }}">{{ post.title }} </a><p class="path-next-label"><i>{{ post.excerpt }}</i></p></li>
15+
{% endfor %}
16+
</ol>
17+
</div>

0 commit comments

Comments
 (0)