*.md: Remove YAML front-matter
authorW. Trevor King <wking@tremily.us>
Sun, 16 Mar 2014 22:47:45 +0000 (15:47 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 16 Mar 2014 22:47:45 +0000 (15:47 -0700)
The students won't be building with Jekyll.

00-intro.md
01-filedir.md
02-create.md
03-pipefilter.md
04-loop.md
05-script.md
06-find.md
index.md

index 4ec1c717518fc92b670753f6f32c2f01ceebcdc1..df0b297d22613b7d697284f8a48e5855d754ea37 100644 (file)
@@ -1,8 +1,3 @@
----
-layout: lesson
-root: ../..
-title: Introducing the Shell
----
 <div class="objectives" markdown="1">
 
 #### Objectives
index 504f3e4b8eaf641f652a2cdd951735f576bccd9b..261b9a1fc6ab43b2a42adf1a883d335fd6791f25 100644 (file)
@@ -1,8 +1,3 @@
----
-layout: lesson
-root: ../..
-title: Files and Directories
----
 <div class="objectives" markdown="1">
 
 #### Objectives
index 95cafed311798b0cec55b2d78cbe2b7cff2667f2..67d776823601cd03f9f3fa38a7e544f15c5e7898 100644 (file)
@@ -1,8 +1,3 @@
----
-layout: lesson
-root: ../..
-title: Creating Things
----
 <div class="objectives" markdown="1">
 
 #### Objectives
index b976aa5f9b21b3b211294af0e7c2d44465c0cfaf..a69df4db967d3deee1c492893785d2af69f465d2 100644 (file)
@@ -1,8 +1,3 @@
----
-layout: lesson
-root: ../..
-title: Pipes and Filters
----
 <div class="objectives" markdown="1">
 
 #### Objectives
index 59bab5522303b0a4bba997249f10c515eece9fe3..99cccfd99b0f8d3dc5171c4c08c73bd7453dc9ea 100644 (file)
@@ -1,8 +1,3 @@
----
-layout: lesson
-root: ../..
-title: Loops
----
 <div class="objectives" markdown="1">
 
 #### Objectives
index 349911d340f0220ee338995c7fb1f62159d81abd..d72c063cba0fccb6a8f336ad7a89854e3678ae01 100644 (file)
@@ -1,8 +1,3 @@
----
-layout: lesson
-root: ../..
-title: Shell Scripts
----
 <div class="objectives" markdown="1">
 
 #### Objectives
index 506c9a920e71a4cc2b78bf7f797c6514fe248310..b7198926ad0105f88ffe9bb1df9564cd199db008 100644 (file)
@@ -1,8 +1,3 @@
----
-layout: lesson
-root: ../..
-title: Finding Things
----
 <div class="objectives" markdown="1">
 
 #### Objectives
index 1479c1942b5d3dbfda0dda7f902256ff5c3c8d83..107327e23dab694156821e35621d4cf4fbb897f2 100644 (file)
--- a/index.md
+++ b/index.md
@@ -1,8 +1,3 @@
----
-layout: lesson
-root: ../..
-title: The Unix Shell
----
 The Unix shell has been around longer than most of its users have been alive.
 It has survived so long because it's a power tool
 that allows people to do complex things with just a few keystrokes.