Added default layout and moved index to md

This commit is contained in:
Steve Schwartz
2012-01-07 17:39:03 -05:00
parent a0483895b4
commit c04ed508a9
4 changed files with 18 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
.rvmrc
_site
+8
View File
@@ -0,0 +1,8 @@
<html>
<head>
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>
-2
View File
@@ -1,2 +0,0 @@
jQuery EasyTabs
+8
View File
@@ -0,0 +1,8 @@
---
layout: default
title: jQuery EasyTabs Plugin
---
# jQuery EasyTabs
Testing