From f711f0bdafba6b25c2baf62bd1268295c54424c8 Mon Sep 17 00:00:00 2001 From: KimSungHye Date: Wed, 3 Apr 2024 20:59:44 +0900 Subject: [PATCH 1/4] =?UTF-8?q?themes:=20=EC=9B=B9=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20theme=20submoudule=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ themes/raditian-free-hugo-theme | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/raditian-free-hugo-theme diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a7ddecc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/raditian-free-hugo-theme"] + path = themes/raditian-free-hugo-theme + url = https://github.com/chewing-git/raditian-free-hugo-theme diff --git a/themes/raditian-free-hugo-theme b/themes/raditian-free-hugo-theme new file mode 160000 index 0000000..b4928e7 --- /dev/null +++ b/themes/raditian-free-hugo-theme @@ -0,0 +1 @@ +Subproject commit b4928e7d6be2fc0f6cd5db022cc7441019400252 From 7b5d525d38c0890db5aa10445f11f541f844e3c6 Mon Sep 17 00:00:00 2001 From: KimSungHye Date: Wed, 3 Apr 2024 21:03:02 +0900 Subject: [PATCH 2/4] =?UTF-8?q?themes:=20=EC=B4=88=EA=B8=B0=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=ED=8C=8C=EC=9D=BC=20=EB=B3=B5=EC=82=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 73 +++++++++++++++++++++++++++++++++-- data/homepage.yml | 96 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 166 insertions(+), 3 deletions(-) create mode 100644 data/homepage.yml diff --git a/config.toml b/config.toml index 1d7c819..4d512e7 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,70 @@ -baseURL = 'http://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = "https://<본인id>.github.io" # TODO: github.io 주소 수정 +languageCode = "en-us" +theme = "raditian-free-hugo-theme" + +# Plugins +[params.plugins] + + # CSS Plugins + [[params.plugins.css]] + URL = "css/main.css" + [[params.plugins.css]] + URL = "css/rad-icons.css" + [[params.plugins.css]] + URL = "css/custom.css" + + # JS Plugins + [[params.plugins.js]] + URL = "js/rad-animations.js" + [[params.plugins.js]] + URL = "js/sticky-header.js" + [[params.plugins.js]] + URL = "js/library/fontfaceobserver.js" + + +# navigation +[menu] + [[menu.header]] + name = "About" + URL = "#about" + weight = 2 + + [[menu.header]] + name = "Projects" + URL = "#projects" + weight = 3 + + [[menu.header]] + name = "Contact" + URL = "#contact" + weight = 4 + + + [[menu.footer]] + name = "About" + URL = "#about" + weight = 2 + + [[menu.footer]] + name = "projects" + URL = "#projects" + weight = 3 + + [[menu.footer]] + name = "Contact" + URL = "#contact" + weight = 4 + + +[params] + + sections = ["showcase", "about", "education", "projects", "contact"] #, "newsletter"] + + googleTagManagerID = "GTM-000000" # Google Analytics works with Google Tag Manager + + [params.logo] + text1 = "이름" # TODO: 이름 추가 + text2 = "성" # TODO: 성 추가 + + [params.footer] + copyright = "© All rights reserved." diff --git a/data/homepage.yml b/data/homepage.yml new file mode 100644 index 0000000..8e8de09 --- /dev/null +++ b/data/homepage.yml @@ -0,0 +1,96 @@ +# homepage +homepage: + head: + title: "Home | [이름]" # TODO: 이름 추가 +# showcase +showcase: + enable: true + title: "Hello, I’m [이름]" # TODO: 이름 추가 + subtitle: "Developer" + description: "[소개]" # TODO: 소개 추가 + image: + alt: "Showcase keyboard and mouse image" + x: "img/showcase/showcase.png" + _2x: "img/showcase/showcase@2x.png" + + socialLinks: + - icon: "linkedin" + URL: "https://www.linkedin.com/" # TODO: linkedin 추가 + + - icon: "github" + URL: "https://github.com/" # TODO: github 추가 + +# about +about: + enable: true + title: "Who am I?" + content: '

+ [소개내용 1문단] +

+

+ [소개내용 2문단] +

' # TODO: 소개내용 추가 + button: + icon: "icon-smile-fill" + btnText: "About Me" + URL: "https://www.linkedin.com" # TODO: linkedin 추가 + image: + x: "img/who-am-i/user-picture.png" # TODO: 프로필 이미지 주소 변경 + _2x: "img/who-am-i/user-picture@2x.png" + +# education +education: + enable: true + title: "Education" + items: # TODO: 학력 추가 + - university: "University of 학교명" + year: "[입학년도]-[졸업년도]" + degree: "[학위 및 전공]" + +# projects +projects: + title: "Projects" + enable: true + + works: # TODO: 프로젝트 추가 + - title: "[프로젝트1]" + description: "[프로젝트 1 설명]" + button: + icon: "icon-arrow-right" + btnText: "Case Study" + URL: "#" + image: + x: "img/works/radity-finance.jpg" + _2x: "img/works/radity-finance@2x.jpg" + is_even: true + + - title: "[프로젝트2]" + description: "[프로젝트 2설명]" + button: + icon: "icon-arrow-right" + btnText: "Case Study" + URL: "#" + image: + x: "img/works/swissfintech.jpg" + _2x: "img/works/swissfintech@2x.jpg" + is_even: false + +# contact +contact: + enable: true + title: "Contact" + form: + method: "POST" + action: "#" + full_name: "Full Name" + email: "Email Address" + message: "Type Your Message Here" + email: + title: "Email" + email: '[email 주소]' # TODO: 이메일주소 추가 + address: + title: "Address" + address: "[주소 (지역명)]" # TODO: 주소 추가 + button: + icon: "icon-mail-fill" + btnText: "Send Message" From 93b15b9e1fad502fc4661efc198c983834490139 Mon Sep 17 00:00:00 2001 From: KimSungHye Date: Wed, 3 Apr 2024 21:09:34 +0900 Subject: [PATCH 3/4] =?UTF-8?q?public:=20=EB=B0=B0=ED=8F=AC=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20submodule=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 6 ++++++ KimSungHye.github.io | 1 + public | 1 + 3 files changed, 8 insertions(+) create mode 160000 KimSungHye.github.io create mode 160000 public diff --git a/.gitmodules b/.gitmodules index a7ddecc..1201b23 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "themes/raditian-free-hugo-theme"] path = themes/raditian-free-hugo-theme url = https://github.com/chewing-git/raditian-free-hugo-theme +[submodule "KimSungHye.github.io"] + path = KimSungHye.github.io + url = https://github.com/KimSungHye/KimSungHye.github.io +[submodule "public"] + path = public + url = https://github.com/KimSungHye/KimSungHye.github.io diff --git a/KimSungHye.github.io b/KimSungHye.github.io new file mode 160000 index 0000000..a982b50 --- /dev/null +++ b/KimSungHye.github.io @@ -0,0 +1 @@ +Subproject commit a982b508f1c317dd1bd5fa61b45f51495c215a8b diff --git a/public b/public new file mode 160000 index 0000000..a982b50 --- /dev/null +++ b/public @@ -0,0 +1 @@ +Subproject commit a982b508f1c317dd1bd5fa61b45f51495c215a8b From 995236d7c05716e09be91cca0aa501b86f259579 Mon Sep 17 00:00:00 2001 From: KimSungHye Date: Wed, 3 Apr 2024 21:19:56 +0900 Subject: [PATCH 4/4] =?UTF-8?q?public:=20=EB=B0=B0=ED=8F=AC=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20submodule=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KimSungHye.github.io | 1 - 1 file changed, 1 deletion(-) delete mode 160000 KimSungHye.github.io diff --git a/KimSungHye.github.io b/KimSungHye.github.io deleted file mode 160000 index a982b50..0000000 --- a/KimSungHye.github.io +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a982b508f1c317dd1bd5fa61b45f51495c215a8b