From 077cbc4dcc05ca1d4648a5738cdbf0bf6b166884 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EA=B0=95=EC=9D=80=EB=B9=88=20Eunbeen=20Kang?=
 <river20s@naver.com>
Date: Wed, 4 Sep 2024 20:51:44 +0900
Subject: [PATCH] =?UTF-8?q?=ED=83=9C=EA=B7=B8=20=EA=B8=B0=EB=8A=A5=20?=
 =?UTF-8?q?=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Gemfile                                                     | 6 +++++-
 _layouts/default.html                                       | 1 -
 tag/Strings/index.html                                      | 5 +++++
 .../index.html"                                             | 5 +++++
 .../index.html"                                             | 5 +++++
 "tag/\353\262\210\354\227\255/index.html"                   | 5 +++++
 "tag/\353\263\264\354\225\210/index.html"                   | 5 +++++
 "tag/\354\235\270\354\240\235\354\205\230/index.html"       | 5 +++++
 "tag/\354\247\201\353\240\254\355\231\224/index.html"       | 5 +++++
 .../index.html"                                             | 5 +++++
 10 files changed, 45 insertions(+), 2 deletions(-)
 create mode 100644 tag/Strings/index.html
 create mode 100644 "tag/\352\260\200\354\203\201\353\250\270\354\213\240/index.html"
 create mode 100644 "tag/\352\260\225\354\235\230 \353\205\270\355\212\270/index.html"
 create mode 100644 "tag/\353\262\210\354\227\255/index.html"
 create mode 100644 "tag/\353\263\264\354\225\210/index.html"
 create mode 100644 "tag/\354\235\270\354\240\235\354\205\230/index.html"
 create mode 100644 "tag/\354\247\201\353\240\254\355\231\224/index.html"
 create mode 100644 "tag/\354\275\224\353\223\234 \353\266\204\354\204\235/index.html"

diff --git a/Gemfile b/Gemfile
index 1f077e093..a971a3c9a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,5 +3,9 @@
 source "https://rubygems.org"
 
 gem "kramdown-parser-gfm"
+gem "jekyll-seo-tag", "~> 2.7.1"
+gem 'csv'
+gem 'base64'
+gem 'bigdecimal'
 
-gemspec
\ No newline at end of file
+gemspec
diff --git a/_layouts/default.html b/_layouts/default.html
index 93da076d4..29ba7b97b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,7 +10,6 @@
       
       <nav>
         <ul>
-            <li><a href="/">Home</a></li>
             <li><a href="/tags/">Tags</a></li> <!-- 태그 페이지로 이동 -->
           </ul>
       </nav>
diff --git a/tag/Strings/index.html b/tag/Strings/index.html
new file mode 100644
index 000000000..b87b7453f
--- /dev/null
+++ b/tag/Strings/index.html
@@ -0,0 +1,5 @@
+      ---
+      layout: tag
+      tag: Strings
+      permalink: /tag/Strings/
+      ---
diff --git "a/tag/\352\260\200\354\203\201\353\250\270\354\213\240/index.html" "b/tag/\352\260\200\354\203\201\353\250\270\354\213\240/index.html"
new file mode 100644
index 000000000..8b1da8c16
--- /dev/null
+++ "b/tag/\352\260\200\354\203\201\353\250\270\354\213\240/index.html"
@@ -0,0 +1,5 @@
+      ---
+      layout: tag
+      tag: 가상머신
+      permalink: /tag/가상머신/
+      ---
diff --git "a/tag/\352\260\225\354\235\230 \353\205\270\355\212\270/index.html" "b/tag/\352\260\225\354\235\230 \353\205\270\355\212\270/index.html"
new file mode 100644
index 000000000..83aa024bb
--- /dev/null
+++ "b/tag/\352\260\225\354\235\230 \353\205\270\355\212\270/index.html"	
@@ -0,0 +1,5 @@
+      ---
+      layout: tag
+      tag: 강의 노트
+      permalink: /tag/강의 노트/
+      ---
diff --git "a/tag/\353\262\210\354\227\255/index.html" "b/tag/\353\262\210\354\227\255/index.html"
new file mode 100644
index 000000000..501c627e1
--- /dev/null
+++ "b/tag/\353\262\210\354\227\255/index.html"
@@ -0,0 +1,5 @@
+      ---
+      layout: tag
+      tag: 번역
+      permalink: /tag/번역/
+      ---
diff --git "a/tag/\353\263\264\354\225\210/index.html" "b/tag/\353\263\264\354\225\210/index.html"
new file mode 100644
index 000000000..a745b1120
--- /dev/null
+++ "b/tag/\353\263\264\354\225\210/index.html"
@@ -0,0 +1,5 @@
+      ---
+      layout: tag
+      tag: 보안
+      permalink: /tag/보안/
+      ---
diff --git "a/tag/\354\235\270\354\240\235\354\205\230/index.html" "b/tag/\354\235\270\354\240\235\354\205\230/index.html"
new file mode 100644
index 000000000..e68dbca7e
--- /dev/null
+++ "b/tag/\354\235\270\354\240\235\354\205\230/index.html"
@@ -0,0 +1,5 @@
+      ---
+      layout: tag
+      tag: 인젝션
+      permalink: /tag/인젝션/
+      ---
diff --git "a/tag/\354\247\201\353\240\254\355\231\224/index.html" "b/tag/\354\247\201\353\240\254\355\231\224/index.html"
new file mode 100644
index 000000000..25a482369
--- /dev/null
+++ "b/tag/\354\247\201\353\240\254\355\231\224/index.html"
@@ -0,0 +1,5 @@
+      ---
+      layout: tag
+      tag: 직렬화
+      permalink: /tag/직렬화/
+      ---
diff --git "a/tag/\354\275\224\353\223\234 \353\266\204\354\204\235/index.html" "b/tag/\354\275\224\353\223\234 \353\266\204\354\204\235/index.html"
new file mode 100644
index 000000000..bac55b95a
--- /dev/null
+++ "b/tag/\354\275\224\353\223\234 \353\266\204\354\204\235/index.html"	
@@ -0,0 +1,5 @@
+      ---
+      layout: tag
+      tag: 코드 분석
+      permalink: /tag/코드 분석/
+      ---