Skip to content

Commit f2efb0e

Browse files
authored
Update _config.yml
1 parent d8604f3 commit f2efb0e

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

_config.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Jekyll 테마 설정
1+
# 기본 Jekyll 설정
22
remote_theme: "mmistakes/minimal-mistakes"
33
minimal_mistakes_skin: "mint"
44

@@ -7,15 +7,15 @@ title: "개발 블로그"
77
name: "devkdb"
88
description: "나의 개발 블로그"
99
url: "https://devkdb.github.io"
10-
baseurl: "" # GitHub Pages 저장소가 username.github.io 라면 baseurl이 빈 값이어야 함.
10+
baseurl: ""
1111

12-
# 포스트 관련 설정
12+
# 포스트 설정
1313
collections:
1414
posts:
1515
output: true
1616
permalink: /:categories/:year/:month/:day/:title/
1717

18-
# 기본 설정
18+
# 기본 레이아웃 설정
1919
defaults:
2020
- scope:
2121
path: ""
@@ -28,15 +28,22 @@ defaults:
2828
share: true
2929
related: true
3030

31-
# Pagination 설정
32-
paginate: 5
33-
paginate_path: "/page:num/"
34-
35-
# Plugins
31+
# Jekyll 플러그인
3632
plugins:
3733
- jekyll-paginate
3834
- jekyll-sitemap
3935
- jekyll-gist
4036
- jekyll-feed
4137
- jekyll-include-cache
4238
- jekyll-seo-tag
39+
40+
# Markdown 설정
41+
markdown: kramdown
42+
highlighter: rouge
43+
44+
# Pagination 설정
45+
paginate: 5
46+
paginate_path: "/page:num/"
47+
48+
# 빌드 오류 방지
49+
future: true

0 commit comments

Comments
 (0)