Skip to content

Commit

Permalink
Getting the hang of it.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Feb 21, 2012
1 parent 0fe8cd2 commit 9ad9cc8
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
_site/
.idea/
2 changes: 2 additions & 0 deletions _config.yml
@@ -0,0 +1,2 @@
auto: true
server: true
4 changes: 4 additions & 0 deletions _includes/includeme.markdown
@@ -0,0 +1,4 @@
# this is markdown

this is a paragraph

1 change: 1 addition & 0 deletions _layouts/default.html
Expand Up @@ -3,6 +3,7 @@
<title>Iron.io: BOOM</title>
</head>
<body>
<a href="/">Home</a><br/><br/>
{{ content }}
</body>
</html>
15 changes: 15 additions & 0 deletions _posts/2012-02-21-test.markdown
@@ -0,0 +1,15 @@
---
layout: default
title: Welcome
---

# Post Title

this is a paragraph

{% highlight ruby %}
def foo
puts 'foo'
end
{% endhighlight %}

1 change: 0 additions & 1 deletion index.html

This file was deleted.

9 changes: 9 additions & 0 deletions index.markdown
@@ -0,0 +1,9 @@
---
layout: default
title: Welcome
---

# Welcome!

Here is a [page](/2012/02/21/test.html)

0 comments on commit 9ad9cc8

Please sign in to comment.