diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
new file mode 100644
index 000000000..9e30b6eae
--- /dev/null
+++ b/docs/_layouts/default.html
@@ -0,0 +1,50 @@
+
+
+
+
+ {{ page.title | default: site.title }}
+
+
+
+
+
+
+
+
+
+
+
+ {% if site.google_analytics %}
+
+ {% endif %}
+
+
diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss
new file mode 100644
index 000000000..f7fff902b
--- /dev/null
+++ b/docs/assets/css/style.scss
@@ -0,0 +1,13 @@
+---
+---
+
+@import "{{ site.theme }}";
+
+.page-header .project-name a {
+ color: #fff;
+
+ &:hover {
+ text-decoration: none;
+ opacity: .7;
+ }
+}