Skip to content

Commit d5f4ea2

Browse files
authored
Update _config.yml
1 parent d4e77dd commit d5f4ea2

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

_config.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#_config.yml 백업
2-
3-
41
# Welcome to Jekyll!
52
#
63
# This config file is meant for settings that affect your entire site, values
@@ -14,14 +11,9 @@
1411
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
1512

1613
# theme : "minimal-mistakes-jekyll"
17-
remote_theme : "mmistakes/minimal-mistakes"
14+
remote_theme : "mmistakes/minimal-mistakes"
1815
minimal_mistakes_skin : "mint" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
1916

20-
collections:
21-
posts:
22-
output: true
23-
permalink: /:categories/:year/:month/:day/:title/
24-
2517
# Site Settings
2618
locale : "en-US"
2719
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
@@ -318,7 +310,13 @@ compress_html:
318310
ignore:
319311
envs: development
320312

313+
# 포스트 설정
314+
collections:
315+
posts:
316+
output: true
317+
permalink: /:categories/:year/:month/:day/:title/
321318

319+
# 기본 레이아웃 설정
322320
defaults:
323321
- scope:
324322
path: ""
@@ -330,4 +328,3 @@ defaults:
330328
comments: true
331329
share: true
332330
related: true
333-

0 commit comments

Comments
 (0)