From bfb056c7ba68272d9826ef2bee1636e72823aea5 Mon Sep 17 00:00:00 2001 From: emptywork <22065214+EmptyWork@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:07:26 +0900 Subject: [PATCH 1/5] =?UTF-8?q?create:=20`footer.json`=20=E2=80=94=20to=20?= =?UTF-8?q?contain=20all=20the=20footer=20attributes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/footer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/_data/footer.json diff --git a/src/_data/footer.json b/src/_data/footer.json new file mode 100644 index 0000000..09954cc --- /dev/null +++ b/src/_data/footer.json @@ -0,0 +1,21 @@ +{ + "quote": "Belajar untuk menikmati sesuatu yang membuat diri-mu bosan", + "brand" : { + "title": "EmptyWork", + "svg" : "logo.njk" + }, + "sublinks": [ + { + "linkTo": "/blog", + "linkName": "Blog" + }, + { + "linkTo": "/contact", + "linkName": "Contact" + }, + { + "linkTo": "/multimedia", + "linkName": "Multimedia" + } + ] +} \ No newline at end of file From d162d0c68a960575c9ead7d363733435bfe4309c Mon Sep 17 00:00:00 2001 From: emptywork <22065214+EmptyWork@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:08:22 +0900 Subject: [PATCH 2/5] =?UTF-8?q?create:=20`link.json`=20=E2=80=94=20to=20co?= =?UTF-8?q?ntain=20all=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/link.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/_data/link.json diff --git a/src/_data/link.json b/src/_data/link.json new file mode 100644 index 0000000..3b76b4d --- /dev/null +++ b/src/_data/link.json @@ -0,0 +1,4 @@ +{ + "website": "https://emptywork.my.id", + "github": "https://github.com/EmptyWork" +} From 28156a0e610df13ff93449f7cafa063371650e23 Mon Sep 17 00:00:00 2001 From: emptywork <22065214+EmptyWork@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:09:11 +0900 Subject: [PATCH 3/5] =?UTF-8?q?create:=20`logo.njk`=20=E2=80=94=20a=20svg?= =?UTF-8?q?=20for=20my=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_includes/components/svg/logo.njk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/_includes/components/svg/logo.njk diff --git a/src/_includes/components/svg/logo.njk b/src/_includes/components/svg/logo.njk new file mode 100644 index 0000000..bd97679 --- /dev/null +++ b/src/_includes/components/svg/logo.njk @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file From 12b829d5735d657ea193e91ece6a9aea469e0114 Mon Sep 17 00:00:00 2001 From: emptywork <22065214+EmptyWork@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:09:41 +0900 Subject: [PATCH 4/5] =?UTF-8?q?update:=20`footer.njk`=20=E2=80=94=20utiliz?= =?UTF-8?q?ed=20the=20`footer.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_includes/sections/footer.njk | 35 +++++++++++-------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/src/_includes/sections/footer.njk b/src/_includes/sections/footer.njk index 923fb96..b33f943 100644 --- a/src/_includes/sections/footer.njk +++ b/src/_includes/sections/footer.njk @@ -1,42 +1,31 @@