From bfcadd0c660b0993399deae5efc4bf25318016df Mon Sep 17 00:00:00 2001
From: Boyeon Kim <154862473+Yeonb0@users.noreply.github.com>
Date: Thu, 24 Oct 2024 18:37:29 +0900
Subject: [PATCH 1/4] Update _config.yml
---
_config.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/_config.yml b/_config.yml
index af7d57221b02..349cd05f1a96 100644
--- a/_config.yml
+++ b/_config.yml
@@ -12,19 +12,19 @@
# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
-minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
+minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site Settings
locale : "en-US"
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
-title : "Site Title"
+title : "Yeonbo_ra"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
-name : "Your Name"
-description : "An amazing website."
-url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
+name : "Yeonbo_ra"
+description : "Programming Something"
+url : "https://Yeonb0ra.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
-repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
+repository : "Yeonb0/Yeonb0.github.io"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
From 3ea062b66499a9c6c42f4b75b428d81b714f9263 Mon Sep 17 00:00:00 2001
From: Boyeon Kim <154862473+Yeonb0@users.noreply.github.com>
Date: Thu, 24 Oct 2024 18:51:31 +0900
Subject: [PATCH 2/4] Update _config.yml
---
_config.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/_config.yml b/_config.yml
index 349cd05f1a96..7e681b71af04 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,11 +15,11 @@
minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site Settings
-locale : "en-US"
+locale : "ko-KR"
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
title : "Yeonbo_ra"
-title_separator : "-"
-subtitle : # site tagline that appears below site title in masthead
+title_separator : "|"
+subtitle : "Lilac"
name : "Yeonbo_ra"
description : "Programming Something"
url : "https://Yeonb0ra.github.io"
@@ -113,11 +113,11 @@ analytics:
# Site Author
author:
- name : "Your Name"
+ name : "연보라해"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
- bio : "I am an **amazing** person."
- location : "Somewhere"
- email :
+ bio : "라일락처럼 연보라해"
+ location : "Seoul, South Korea"
+ email : "kby7576@sogang.ac.kr"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
From 41df588dd29d1952ab50d0989851866dffb472d9 Mon Sep 17 00:00:00 2001
From: Boyeon Kim <154862473+Yeonb0@users.noreply.github.com>
Date: Thu, 24 Oct 2024 18:52:18 +0900
Subject: [PATCH 3/4] Update _config.yml
---
_config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_config.yml b/_config.yml
index 7e681b71af04..4b12d9311b9c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,7 +17,7 @@ minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "
# Site Settings
locale : "ko-KR"
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
-title : "Yeonbo_ra"
+title : "bora.log"
title_separator : "|"
subtitle : "Lilac"
name : "Yeonbo_ra"
From 6c1bfd0fda456a09b4704056c30cdc70c3148fde Mon Sep 17 00:00:00 2001
From: Boyeon Kim <154862473+Yeonb0@users.noreply.github.com>
Date: Sun, 27 Oct 2024 20:24:21 +0900
Subject: [PATCH 4/4] commit
---
_config.yml | 20 ++++++++++----------
_data/navigation.yml | 4 ++--
_includes/head/custom.html | 3 +++
_includes/mathjax-support.html | 22 ++++++++++++++++++++++
_pages/category-archive.md | 7 +++++++
_posts/[C]01.md | 5 +++++
6 files changed, 49 insertions(+), 12 deletions(-)
create mode 100644 _includes/mathjax-support.html
create mode 100644 _pages/category-archive.md
create mode 100644 _posts/[C]01.md
diff --git a/_config.yml b/_config.yml
index 4b12d9311b9c..f28d740d079a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -290,16 +290,16 @@ tag_archive:
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
-# jekyll-archives:
-# enabled:
-# - categories
-# - tags
-# layouts:
-# category: archive-taxonomy
-# tag: archive-taxonomy
-# permalinks:
-# category: /categories/:name/
-# tag: /tags/:name/
+jekyll-archives:
+ enabled:
+ - categories
+ - tags
+ layouts:
+ category: archive-taxonomy
+ tag: archive-taxonomy
+ permalinks:
+ category: /categories/:name/
+ tag: /tags/:name/
# HTML Compression
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 6f30866f3bed..48fd65fa00a5 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,7 +1,7 @@
# main links
main:
- - title: "Quick-Start Guide"
- url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
+ - title: "Category"
+ url: /categories/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
diff --git a/_includes/head/custom.html b/_includes/head/custom.html
index 978d84fd8bdd..2c8a29f45320 100644
--- a/_includes/head/custom.html
+++ b/_includes/head/custom.html
@@ -2,4 +2,7 @@
+{% if page.use_math %}
+ {% include mathjax-support.html %}
+{% end if %}
diff --git a/_includes/mathjax-support.html b/_includes/mathjax-support.html
new file mode 100644
index 000000000000..ca5aaf0ee98f
--- /dev/null
+++ b/_includes/mathjax-support.html
@@ -0,0 +1,22 @@
+
+
\ No newline at end of file
diff --git a/_pages/category-archive.md b/_pages/category-archive.md
new file mode 100644
index 000000000000..1a1b51c4325f
--- /dev/null
+++ b/_pages/category-archive.md
@@ -0,0 +1,7 @@
+---
+title: "Category"
+layout: categories
+permalink: /categories/
+author_profile: true
+sidebar_main: true
+---
\ No newline at end of file
diff --git a/_posts/[C]01.md b/_posts/[C]01.md
new file mode 100644
index 000000000000..06faf8b467ce
--- /dev/null
+++ b/_posts/[C]01.md
@@ -0,0 +1,5 @@
+---
+layout: single
+title: "[C] C언어 기초"
+categories: [C]
+---