diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4aed748
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+_site/
+.DS_Store
+.rvmrc
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..e7f6d4c
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,2 @@
+permalink: pretty
+paginate: 3
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..dcf7ce9
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..438d9dd
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/navigation.html b/_includes/navigation.html
new file mode 100644
index 0000000..7f8f9bd
--- /dev/null
+++ b/_includes/navigation.html
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/_includes/pagination.html b/_includes/pagination.html
new file mode 100644
index 0000000..eb37157
--- /dev/null
+++ b/_includes/pagination.html
@@ -0,0 +1,35 @@
+{% if paginator.previous_page || paginator.next_page %}
+
+{% endif %}
diff --git a/_includes/post.html b/_includes/post.html
new file mode 100644
index 0000000..15afb98
--- /dev/null
+++ b/_includes/post.html
@@ -0,0 +1,9 @@
+
+
+
+ Posted by {{post.author}} on {{post.date | date_to_string}}
+
+ {{ post.content }}
+
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..d786c67
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,20 @@
+
+
+
+