From faf2585a8128ada94b0ac916839e7b37d6de482e Mon Sep 17 00:00:00 2001 From: yuyeong kim <86583864+uyeongkim@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:44:53 +0900 Subject: [PATCH 01/11] Create jekyll-docker.yml --- .github/workflows/jekyll-docker.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/jekyll-docker.yml 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" From a71395dbc7c26d3c053d532fedf387ea959d7662 Mon Sep 17 00:00:00 2001 From: yuyeong kim <86583864+uyeongkim@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:56:53 +0900 Subject: [PATCH 02/11] Update _config.yml to use Korean --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 11291bbf687..0e3fe6ccefa 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,7 @@ description: > # this means to ignore newlines until "Language & timezone" ## => 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 From dfabaeabffbe10b60b4922d4cee56dcb20c5def1 Mon Sep 17 00:00:00 2001 From: uyeongkim Date: Fri, 23 Aug 2024 20:22:40 +0900 Subject: [PATCH 03/11] =?UTF-8?q?=EB=AC=B4=EC=9D=98=EB=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 0e3fe6ccefa..3524f9c98ad 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ # | | \ --. / .'. \ | | # `--' `----''--' '--' `--' - +#### ## => Site Settings From 39aa966afe7618ce2c1825d41539ddd02b0bb921 Mon Sep 17 00:00:00 2001 From: yejinCS Date: Fri, 23 Aug 2024 20:50:40 +0900 Subject: [PATCH 04/11] =?UTF-8?q?=ED=85=8C=EB=A7=88=5Fforest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3524f9c98ad..746184e16e3 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ ## => 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 From fbff43beac3db044ca4ea926ad0fd43a4b13f386 Mon Sep 17 00:00:00 2001 From: yejinCS Date: Sun, 25 Aug 2024 20:54:09 +0900 Subject: [PATCH 05/11] title! --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 746184e16e3..128b0feb384 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ text_skin: forest # "default" (default), "dark", "forest", "ocean", "chocolate", 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 : :PENCIL:YYYJ Task Board:PENCIL: description: > # this means to ignore newlines until "Language & timezone" Your Site Description From 5b8dd373b67e38612d551d6c8a1c3165dcc1fd4c Mon Sep 17 00:00:00 2001 From: yejinCS Date: Sun, 25 Aug 2024 20:56:04 +0900 Subject: [PATCH 06/11] title2 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 128b0feb384..ef0ddc152c6 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ text_skin: forest # "default" (default), "dark", "forest", "ocean", "chocolate", 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 : :PENCIL:YYYJ Task Board:PENCIL: +title : YYYJ Task Board description: > # this means to ignore newlines until "Language & timezone" Your Site Description From 619bfcfdf5764d4eb835b0ed02e55060b338ef5e Mon Sep 17 00:00:00 2001 From: yejinCS Date: Sun, 25 Aug 2024 21:01:13 +0900 Subject: [PATCH 07/11] title with emoji --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ef0ddc152c6..104e4ce1e42 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ text_skin: forest # "default" (default), "dark", "forest", "ocean", "chocolate", 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 : YYYJ Task Board +title : ✏️YYYJ Task Board✏️ description: > # this means to ignore newlines until "Language & timezone" Your Site Description From 3384faffb6717afd6615a2e73034bc8e12aad739 Mon Sep 17 00:00:00 2001 From: yejinCS Date: Mon, 26 Aug 2024 14:53:11 +0900 Subject: [PATCH 08/11] beemo fav --- _includes/head/favicon.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_includes/head/favicon.html b/_includes/head/favicon.html index d383bfc01b5..39281ea4594 100644 --- a/_includes/head/favicon.html +++ b/_includes/head/favicon.html @@ -22,5 +22,14 @@ {%- include snippets/prepend-baseurl.html path='/assets/browserconfig.xml' -%} + + +//favicon beemo + + + + + + \ No newline at end of file From 1e83e746106da60f0f8d3b0e797d2b238912f850 Mon Sep 17 00:00:00 2001 From: yejinCS Date: Mon, 26 Aug 2024 14:58:23 +0900 Subject: [PATCH 09/11] favicon --- _includes/head/favicon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head/favicon.html b/_includes/head/favicon.html index 39281ea4594..715a66a9ba6 100644 --- a/_includes/head/favicon.html +++ b/_includes/head/favicon.html @@ -24,7 +24,7 @@ -//favicon beemo + From 0944873564733c60bbdc36cece7d1f4dc3b94e3f Mon Sep 17 00:00:00 2001 From: yejinCS Date: Thu, 29 Aug 2024 19:21:42 +0900 Subject: [PATCH 10/11] =?UTF-8?q?logo=20=EB=B0=94=EA=BE=B8=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/svg/logo.svg | 231 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 224 insertions(+), 7 deletions(-) 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 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 23ad3fad6d9bcdf8ddbd6ee5078cdf874bac2c27 Mon Sep 17 00:00:00 2001 From: yejinCS Date: Thu, 29 Aug 2024 19:47:19 +0900 Subject: [PATCH 11/11] =?UTF-8?q?=EC=B2=98=EC=9D=8C=20=EA=B8=80=EC=93=B0?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2024-08-29-bj1.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _posts/2024-08-29-bj1.md diff --git a/_posts/2024-08-29-bj1.md b/_posts/2024-08-29-bj1.md new file mode 100644 index 00000000000..b73fbcbf9bc --- /dev/null +++ b/_posts/2024-08-29-bj1.md @@ -0,0 +1,6 @@ +--- +layout: article +title: Document - Writing Posts +mathjax: true +--- +hi \ No newline at end of file