-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from silshack/gh-pages
Pulling in recent changes
- Loading branch information
Showing
59 changed files
with
2,780 additions
and
817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout:post | ||
author: lgrindheim | ||
categories: post | ||
--- | ||
|
||
*This text will be italic* | ||
_This will also be italic_ | ||
|
||
**This text will be bold** | ||
__This will also be bold__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: post | ||
author: gmclendon | ||
categories: gmclendon | ||
--- | ||
|
||
#HELLO WORLD | ||
- [ ] a task list item | ||
- [ ] list syntax required | ||
- [ ] normal **formatting**, | ||
@mentions, #1234 refs | ||
- [ ] incomplete | ||
- [x] completed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: post | ||
author: jpulliza | ||
categories: Students | ||
--- | ||
|
||
Test Post. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: post | ||
author: lgrindheim | ||
categories: post | ||
--- | ||
|
||
*This text will be italic* | ||
_This will also be italic_ | ||
|
||
**This text will be bold** | ||
__This will also be bold__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
layout: post | ||
author: mbaxter | ||
categories: post | ||
--- | ||
|
||
**Michelle is going to have an adventure** | ||
|
||
There will be *danger* and *excitement* and perhaps even *snacks* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: post | ||
author: amber | ||
categories: post | ||
--- | ||
|
||
__Hello__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: post | ||
author: abrown | ||
categories: ashley brown | ||
--- | ||
|
||
###Hey ya### | ||
|
||
|
||
*You think you've got it | ||
Oh, you think you've got it | ||
But got it just don't get it* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: post | ||
author: carolinp | ||
categories: post | ||
--- | ||
- [ ] here | ||
- [ ] is | ||
- [ ] a | ||
- [ ] list | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: post | ||
author: ckenrick | ||
categories: announcement | ||
--- | ||
|
||
## Top of new post | ||
|
||
``` | ||
function fancyAlert(arg) { | ||
if(arg) { | ||
$.facebox({div:'#foo'}) | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: post | ||
author: danielle | ||
categories: post | ||
--- | ||
|
||
``` | ||
function fancyAlert(arg) { | ||
if(arg) { | ||
$.facebox({div:'#foo'}) | ||
} | ||
} | ||
``` | ||
|
||
Here is a Python code example | ||
without syntax highlighting: | ||
|
||
def foo: | ||
if not bar: | ||
return true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: post | ||
author: dpcolar | ||
categories: post | ||
--- | ||
|
||
### In Class post ### | ||
* First post | ||
** 8/26/2013 |
Oops, something went wrong.