diff --git a/.github/workflows/jekyll-docker.yml b/.github/workflows/jekyll-docker.yml
new file mode 100644
index 00000000000..60e57369de4
--- /dev/null
+++ b/.github/workflows/jekyll-docker.yml
@@ -0,0 +1,20 @@
+name: Jekyll site CI
+
+on:
+ push:
+ branches: [ "master" ]
+ pull_request:
+ branches: [ "master" ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v4
+ - name: Build the site in the jekyll/builder container
+ run: |
+ docker run \
+ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
+ jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
diff --git a/_config.yml b/_config.yml
index 11291bbf687..104e4ce1e42 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,23 +11,23 @@
# | | \ --. / .'. \ | |
# `--' `----''--' '--' `--'
-
+####
## => Site Settings
##############################
-text_skin: default # "default" (default), "dark", "forest", "ocean", "chocolate", "orange"
+text_skin: forest # "default" (default), "dark", "forest", "ocean", "chocolate", "orange"
highlight_theme: default # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
url : # the base hostname & protocol for your site e.g. https://www.someone.com
baseurl : # does not include hostname
-title : Your Site Title
+title : ✏️YYYJ Task Board✏️
description: > # this means to ignore newlines until "Language & timezone"
Your Site Description
## => Language and Timezone
##############################
-lang: # the language of your site, default as "en"
+lang: ko-KR # the language of your site, default as "en"
timezone: # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values
diff --git a/_includes/head/favicon.html b/_includes/head/favicon.html
index d383bfc01b5..715a66a9ba6 100644
--- a/_includes/head/favicon.html
+++ b/_includes/head/favicon.html
@@ -22,5 +22,14 @@
{%- include snippets/prepend-baseurl.html path='/assets/browserconfig.xml' -%}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/svg/logo.svg b/_includes/svg/logo.svg
index 740dd3e7209..67a7278e223 100644
--- a/_includes/svg/logo.svg
+++ b/_includes/svg/logo.svg
@@ -1,8 +1,225 @@
-