diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..9f2b21d
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+{% seo %}
+
+
+
+
+
+
+
+
+
+
+
+ {{ site.title | default: site.github.repository_name }}
+ {% if site.description or site.github.project_tagline %}
+ {{ site.description | default: site.github.project_tagline }}
+ {% endif %}
+ View the Project on GitHub {{ github_name }}
+
+
+
+
+
+
+
+ {% if site.google_analytics %}
+
+ {% endif %}
+
+
\ No newline at end of file
diff --git a/assets/css/style.scss b/assets/css/style.scss
new file mode 100644
index 0000000..480ee1d
--- /dev/null
+++ b/assets/css/style.scss
@@ -0,0 +1,5 @@
+---
+---
+
+@import "{{ site.theme }}";
+