summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-01-18 13:57:10 +0000
committerBrian Picciano <mediocregopher@gmail.com>2018-01-18 13:59:57 +0000
commit1160805befad7d674d2cf8374baa2f3f4b12741d (patch)
tree960a9e66702d3e7ffe77877db3a2bb08937d9f07 /index.html
parent6322361389b56fa072eb9bebaa39d0e7725d709a (diff)
replace old blog layout with minimal-mistakes theme
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/index.html b/index.html
index 125848b..1eb5d67 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,6 @@
---
-layout: default
-title: Blog Posts
+# 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
---
-
-<div id="home">
- <h2><i class="icon-bookmark"></i> Posts</h2>
- <ul id="blog-posts" class="posts">
- {% for post in site.posts %}
- <li><span>{{ post.date | date_to_string }} &raquo;</span><a href=".{{ post.url }}">{{ post.title }}</a></li>
- {% endfor %}
- </ul>
-</div>