Skip to content

Commit

Permalink
태그 기능 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
river20s committed Sep 4, 2024
1 parent 35eb665 commit 077cbc4
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
gemspec
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/tags/">Tags</a></li> <!-- 태그 페이지로 이동 -->
</ul>
</nav>
Expand Down
5 changes: 5 additions & 0 deletions tag/Strings/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
tag: Strings
permalink: /tag/Strings/
---
5 changes: 5 additions & 0 deletions tag/가상머신/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
tag: 가상머신
permalink: /tag/가상머신/
---
5 changes: 5 additions & 0 deletions tag/강의 노트/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
tag: 강의 노트
permalink: /tag/강의 노트/
---
5 changes: 5 additions & 0 deletions tag/번역/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
tag: 번역
permalink: /tag/번역/
---
5 changes: 5 additions & 0 deletions tag/보안/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
tag: 보안
permalink: /tag/보안/
---
5 changes: 5 additions & 0 deletions tag/인젝션/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
tag: 인젝션
permalink: /tag/인젝션/
---
5 changes: 5 additions & 0 deletions tag/직렬화/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
tag: 직렬화
permalink: /tag/직렬화/
---
5 changes: 5 additions & 0 deletions tag/코드 분석/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
tag: 코드 분석
permalink: /tag/코드 분석/
---

0 comments on commit 077cbc4

Please sign in to comment.