From ca0678e3919c607f87579c6643986dfd25a0c409 Mon Sep 17 00:00:00 2001 From: cobachie Date: Sun, 19 May 2019 19:20:03 +0900 Subject: [PATCH] back up 2019 --- 2019.md | 6 ++++ _includes/{ => 2019}/about.html | 0 _includes/{ => 2019}/contact.html | 0 _includes/{ => 2019}/footer.html | 0 _includes/{ => 2019}/members.html | 0 _includes/{ => 2019}/navbar.html | 0 _layouts/home2019.html | 48 +++++++++++++++++++++++++++++++ 7 files changed, 54 insertions(+) create mode 100644 2019.md rename _includes/{ => 2019}/about.html (100%) rename _includes/{ => 2019}/contact.html (100%) rename _includes/{ => 2019}/footer.html (100%) rename _includes/{ => 2019}/members.html (100%) rename _includes/{ => 2019}/navbar.html (100%) create mode 100644 _layouts/home2019.html diff --git a/2019.md b/2019.md new file mode 100644 index 0000000..ff92732 --- /dev/null +++ b/2019.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: home2019 +--- diff --git a/_includes/about.html b/_includes/2019/about.html similarity index 100% rename from _includes/about.html rename to _includes/2019/about.html diff --git a/_includes/contact.html b/_includes/2019/contact.html similarity index 100% rename from _includes/contact.html rename to _includes/2019/contact.html diff --git a/_includes/footer.html b/_includes/2019/footer.html similarity index 100% rename from _includes/footer.html rename to _includes/2019/footer.html diff --git a/_includes/members.html b/_includes/2019/members.html similarity index 100% rename from _includes/members.html rename to _includes/2019/members.html diff --git a/_includes/navbar.html b/_includes/2019/navbar.html similarity index 100% rename from _includes/navbar.html rename to _includes/2019/navbar.html diff --git a/_layouts/home2019.html b/_layouts/home2019.html new file mode 100644 index 0000000..38cc63a --- /dev/null +++ b/_layouts/home2019.html @@ -0,0 +1,48 @@ +--- +layout: default +title: emorihouse 2019 +--- + +{% include 2019/navbar.html %} + +
+
+ +
+

+
+
+
+ +
+

About

+ +
+ {% include 2019/about.html %} +
+
+ + + + + + + +
+

Members

+ +
+ {% include 2019/members.html %} +
+
+ +
+

Map

+ +
+
+
+
+
+ +{% include 2019/footer.html %}