Skip to content

Commit 2027173

Browse files
committed
카테고리, 태그 추가
1 parent 88a222c commit 2027173

File tree

6 files changed

+34
-18
lines changed

6 files changed

+34
-18
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ gem 'jekyll-multiple-languages-plugin'
55
gem 'fiddle'
66
gem 'faraday-retry'
77
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
8+
gem "tzinfo", "~> 2.0"
9+
gem "tzinfo-data", ">= 1.2025"
810
gemspec

_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,16 @@ tag_archive:
290290
type: liquid
291291
path: /tags/
292292
# https://github.com/jekyll/jekyll-archives
293-
# jekyll-archives:
294-
# enabled:
295-
# - categories
296-
# - tags
297-
# layouts:
298-
# category: archive-taxonomy
299-
# tag: archive-taxonomy
300-
# permalinks:
301-
# category: /categories/:name/
302-
# tag: /tags/:name/
293+
jekyll-archives:
294+
enabled:
295+
- category
296+
- tags
297+
layouts:
298+
category: archive-taxonomy
299+
tag: archive-taxonomy
300+
permalinks:
301+
category: /category/:name/
302+
tag: /tags/:name/
303303

304304
# HTML Compression
305305
# - https://jch.penibelst.de/

_data/navigation.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# main links
22
main:
3-
- title: "Quick-Start Guide"
4-
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
3+
- title: "Category"
4+
url: /categories/
5+
- title: "tag"
6+
url: /tags/
7+
58
# - title: "About"
69
# url: https://mmistakes.github.io/minimal-mistakes/about/
710
# - title: "Sample Posts"
811
# url: /year-archive/
912
# - title: "Sample Collections"
1013
# url: /collection-archive/
1114
# - title: "Sitemap"
12-
# url: /sitemap/
15+
# url: /sitemap/

_pages/category-archive.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Category"
3+
layout: categories
4+
permalink: /categories/
5+
author_profile: true
6+
sidebar_main: true
7+
---

_pages/tag-archive.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "tag"
3+
layout: tags
4+
permalink: /tags/
5+
author_profile: true
6+
sidebar_main: true
7+
---

_posts/2025-02-28-first.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
22
layout: single
33
title: "첫 포스팅 입니다."
4-
date: 2025-02-28 02:13:00 +0900 # ✅ 반드시 추가할 것!
5-
categories: Blog
4+
date: 2025-02-28 02:13:00 +0900 # ✅ 반드시 추가할 것!
5+
categories: [Life]
66
tags: [GitHub, Jekyll]
77
author: "devkdb"
88
typora-root-url: ../
9-
109
---
1110

1211
# 오늘 처음 깃헙 블로그를 만들었어요.
1312

1413
개발 블로그로 잘 사용하겠습니다.
1514

16-
17-
1815
![Kinder posieren im Markt](/images/2025-02-28-first/Kinder posieren im Markt.jpg)

0 commit comments

Comments
 (0)