Skip to content

Commit 038c61f

Browse files
authored
Update _config.yml
# _posts <- 주석 제거.
1 parent be29cbc commit 038c61f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
# theme : "minimal-mistakes-jekyll"
1414
# remote_theme : "mmistakes/minimal-mistakes"
15-
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
15+
minimal_mistakes_skin : "mint" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
1616

1717
# Site Settings
1818
locale : "en-US"
1919
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
20-
title : "Site Title"
20+
title : "개발 블로그"
2121
title_separator : "-"
2222
subtitle : # site tagline that appears below site title in masthead
23-
name : "Your Name"
24-
description : "An amazing website."
23+
name : "devkdb"
24+
description : "나의 개발 블로그"
2525
url : "https://devkdb.github.io"
2626
baseurl : # the subpath of your site, e.g. "/blog"
2727
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
@@ -312,7 +312,7 @@ compress_html:
312312

313313
# Defaults
314314
defaults:
315-
# _posts
315+
_posts
316316
- scope:
317317
path: ""
318318
type: posts

0 commit comments

Comments
 (0)