Implement slide tags to support diagram-only deck layouts
authorMatthew McCullough <matthew@github.com>
Mon, 7 Oct 2013 16:53:58 +0000 (10:53 -0600)
committerjordanmccullough <jordan@github.com>
Tue, 8 Oct 2013 18:34:32 +0000 (12:34 -0600)
15 files changed:
presentations/_posts/education/commit/0001-01-01-Three-Stage-Thinking.md
presentations/_posts/education/git/0004-01-01-What-is-a-Commit.md
presentations/_posts/foundations/commit/0001-01-01-Three-Stage-Thinking.md
presentations/_posts/foundations/commit/0004-01-01-What-is-a-Commit.md
presentations/_posts/foundations/diff/0001-01-01-Comparing-Changes.md
presentations/_posts/foundations/diff/0002-01-01-Comparing-to-Staged.md
presentations/_posts/foundations/diff/0003-01-01-Comparing-to-Repo.md
presentations/_posts/foundations/merge/0002-01-01-Recursive.md
presentations/_posts/foundations/merge/0003-01-01-Fast-Forward.md
presentations/_posts/foundations/network/0001-01-01-Remotes.md
presentations/_posts/foundations/rebase/0002-01-01-Fast-Forward.md
presentations/_posts/foundations/rebase/0004-01-01-Interactive.md
presentations/_posts/foundations/rm-mv/0001-01-01-Tracking-States-Map.md
presentations/_posts/foundations/rm-mv/0001-01-01-Tracking-States-in-Motion.md
presentations/diagrams.html [new file with mode: 0644]

index b4c8ad2..3c6bef8 100644 (file)
@@ -1,7 +1,7 @@
 ---
 chapter: Commit
 layout: slide
-tags: ['education/commit']
+tags: ['education/commit','diagram']
 ---
 
 <img class="diagram" src="assets/diagrams/three-stage-thinking.png">
index e418192..961e5aa 100644 (file)
@@ -1,7 +1,7 @@
 ---
 chapter: Data Structure
 layout: slide
-tags: ['education/git']
+tags: ['education/git','diagram']
 ---
 
 <img class="diagram" src="assets/diagrams/git-commit-structure.png">
index 4613091..556f7e2 100644 (file)
@@ -1,7 +1,7 @@
 ---
 chapter: Commit
 layout: slide
-tags: ['commit']
+tags: ['commit','diagram']
 ---
 
 <img class="diagram" src="assets/diagrams/commit/structure.png">
index 3ef2917..b31d1ae 100644 (file)
@@ -1,7 +1,7 @@
 ---
 chapter: Diff
 layout: slide
-tags: ['diff']
+tags: ['diff','diagram']
 ---
 
 <img class="diagram" src="assets/diagrams/diff/working.png">
index 71f3530..4fd0fa3 100644 (file)
@@ -1,7 +1,7 @@
 ---
 chapter: Diff
 layout: slide
-tags: ['diff']
+tags: ['diff','diagram']
 ---
 
 <img class="diagram" src="assets/diagrams/diff/staged.png">
index f203b1f..e1d2443 100644 (file)
@@ -1,7 +1,7 @@
 ---
 chapter: Diff
 layout: slide
-tags: ['diff']
+tags: ['diff','diagram']
 ---
 
 <img class="diagram" src="assets/diagrams/diff/head.png">
index da88145..b46ab7f 100644 (file)
@@ -1,7 +1,7 @@
 ---
 chapter: Merge
 layout: slide
-tags: ['merge']
+tags: ['merge','diagram']
 categories: ['slidecontent']
 ---
 
index 5443238..42af34b 100644 (file)
@@ -1,7 +1,7 @@
 ---
 chapter: Network
 layout: slide
-tags: ['network']
+tags: ['network','diagram']
 categories: ['slidecontent']
 ---
 
diff --git a/presentations/diagrams.html b/presentations/diagrams.html
new file mode 100644 (file)
index 0000000..a53dc27
--- /dev/null
@@ -0,0 +1,9 @@
+---
+theme: github
+layout: hydeslides-revealjs
+title: GitHub Foundations
+chapters: [
+  'diagram',
+]
+categories: ['presentations']
+---