From 9e425e7475419be98ec44a2421ed76ecba0cc63f Mon Sep 17 00:00:00 2001 From: cobachie Date: Tue, 18 Jun 2019 17:47:10 +0900 Subject: [PATCH] change layout name home -> home2020 --- 2020.md | 6 ++++++ _layouts/home.html | 14 -------------- _layouts/home2020.html | 39 +++++++++++++++++++++++++++++++++++++++ index.md | 2 +- 4 files changed, 46 insertions(+), 15 deletions(-) create mode 100644 2020.md delete mode 100644 _layouts/home.html create mode 100644 _layouts/home2020.html diff --git a/2020.md b/2020.md new file mode 100644 index 0000000..1a4e1ed --- /dev/null +++ b/2020.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: home2020 +--- diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 00bf4bd..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -title: emorihouse 2020 ---- - -
- - -

emorihouse 2020

- -
2020/04/08 - 2020/04/12
- -

RubyKaigi 2020 会場近くのゲストハウス

-
diff --git a/_layouts/home2020.html b/_layouts/home2020.html new file mode 100644 index 0000000..3f97042 --- /dev/null +++ b/_layouts/home2020.html @@ -0,0 +1,39 @@ +--- +title: emorihouse 2020 +--- + + + + + + + + + {{ site.title | smartify }} + + + {% if site.github %} + + {% else %} + + {% endif %} + + + + + + + + +
+ + +

emorihouse 2020

+ +
2020/04/08 - 2020/04/12
+ +

RubyKaigi 2020 会場近くのゲストハウス

+
+ + + diff --git a/index.md b/index.md index 1eb5d67..1a4e1ed 100644 --- a/index.md +++ b/index.md @@ -2,5 +2,5 @@ # 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 +layout: home2020 ---