diff --git a/lib/site_template/index.html b/lib/site_template/index.html
deleted file mode 100644
index 9fbc9b70..00000000
--- a/lib/site_template/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
----
-layout: default
----
-
-
-
-
Posts
-
-
- {% for post in site.posts %}
- -
- {{ post.date | date: "%b %-d, %Y" }}
-
-
-
- {% endfor %}
-
-
-
-
-
diff --git a/lib/site_template/index.md b/lib/site_template/index.md
new file mode 100644
index 00000000..1eb5d672
--- /dev/null
+++ b/lib/site_template/index.md
@@ -0,0 +1,6 @@
+---
+# You don't need to edit this file, it's empty on purpose.
+# Edit theme's home layout instead if you wanna make some changes
+# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+layout: home
+---