File tree Expand file tree Collapse file tree 6 files changed +34
-18
lines changed
Expand file tree Collapse file tree 6 files changed +34
-18
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ gem 'jekyll-multiple-languages-plugin'
55gem 'fiddle'
66gem 'faraday-retry'
77gem 'wdm' , '>= 0.1.0' if Gem . win_platform?
8+ gem "tzinfo" , "~> 2.0"
9+ gem "tzinfo-data" , ">= 1.2025"
810gemspec
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change 11# main links
22main :
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/
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Category"
3+ layout : categories
4+ permalink : /categories/
5+ author_profile : true
6+ sidebar_main : true
7+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : " tag"
3+ layout : tags
4+ permalink : /tags/
5+ author_profile : true
6+ sidebar_main : true
7+ ---
Original file line number Diff line number Diff line change 11---
22layout : single
33title : " 첫 포스팅 입니다."
4- date : 2025-02-28 02:13:00 +0900 # ✅ 반드시 추가할 것!
5- categories : Blog
4+ date : 2025-02-28 02:13:00 +0900 # ✅ 반드시 추가할 것!
5+ categories : [Life]
66tags : [GitHub, Jekyll]
77author : " devkdb"
88typora-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)
You can’t perform that action at this time.
0 commit comments