Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +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
73 changes: 70 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
@@ -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."
96 changes: 96 additions & 0 deletions data/homepage.yml
Original file line number Diff line number Diff line change
@@ -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: '<p class="lead">
[소개내용 1문단]
</p>
<p class="lead">
[소개내용 2문단]
</p>' # 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: '<a href="mailto:team@radity.com">[email 주소]</a>' # TODO: 이메일주소 추가
address:
title: "Address"
address: "[주소 (지역명)]" # TODO: 주소 추가
button:
icon: "icon-mail-fill"
btnText: "Send Message"
1 change: 1 addition & 0 deletions public
Submodule public added at a982b5
1 change: 1 addition & 0 deletions themes/raditian-free-hugo-theme