Skip to content

Commit

Permalink
Add post and slide tests
Browse files Browse the repository at this point in the history
Add test posts to test slide and post layouts
  • Loading branch information
davidbrough1 committed Jan 15, 2015
1 parent 4f81245 commit 6e37a71
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
_site
node_modules
node_modules
Gemfile*
14 changes: 14 additions & 0 deletions _posts/2015-01-15-Test-Post.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: Test Post Layout
date: 2015-01-01 12:00:00
author: Your Name
---

I can write in *Italics*

I can write in **Bold**

I can write an equation

$ A = \pi r^2 $
39 changes: 39 additions & 0 deletions _posts/2015-01-15-Test-Slide.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: slide
title: Test Presentation
date: 2015-01-15 12:00:00
author: Your Name

theme: solarized
trans: default
---
<script type="text/template">
#{{ page.title }}
##{{ page.author }}
###{{ page.date }}
<!-- Start Writing Below in Markdown -->



I can write in *Italics*



I can write in **Bold**



I can write an equation



$$ A = \pi r^2 $$

<!-- End Here -->


#[Print]({{ site.url }}{{ site.baseurl }}{{ page.url }}/?print-pdf#)
#[Back](/../Project-Pages)
</script>


0 comments on commit 6e37a71

Please sign in to comment.