From 8321b14b29946675adfad125642873c610c39495 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 27 Sep 2016 08:24:58 +0200 Subject: [PATCH 1/3] Move contents of the index.html page to the 'home' layout --- lib/site_template/index.html | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/lib/site_template/index.html b/lib/site_template/index.html index 9fbc9b70..e4d427d2 100644 --- a/lib/site_template/index.html +++ b/lib/site_template/index.html @@ -1,23 +1,3 @@ --- -layout: default +layout: home --- - -
- -

Posts

- - - -

subscribe via RSS

- -
From c4ccfae3af0994a7d69d573ed49e8fd2aef946b0 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 27 Sep 2016 11:12:29 +0200 Subject: [PATCH 2/3] rename index.html to index.md fix https://github.com/jekyll/minima/issues/13 --- lib/site_template/{index.html => index.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/site_template/{index.html => index.md} (100%) diff --git a/lib/site_template/index.html b/lib/site_template/index.md similarity index 100% rename from lib/site_template/index.html rename to lib/site_template/index.md From 6dbb5e2df17b37e84f65eed1827bffd145a7592c Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Tue, 27 Sep 2016 11:27:29 +0200 Subject: [PATCH 3/3] add contextual help for overriding theme's default --- lib/site_template/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/site_template/index.md b/lib/site_template/index.md index e4d427d2..1eb5d672 100644 --- a/lib/site_template/index.md +++ b/lib/site_template/index.md @@ -1,3 +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 ---