File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 1- # Jekyll 테마 설정
1+ # 기본 Jekyll 설정
22remote_theme : " mmistakes/minimal-mistakes"
33minimal_mistakes_skin : " mint"
44
@@ -7,15 +7,15 @@ title: "개발 블로그"
77name : " devkdb"
88description : " 나의 개발 블로그"
99url : " https://devkdb.github.io"
10- baseurl : " " # GitHub Pages 저장소가 username.github.io 라면 baseurl이 빈 값이어야 함.
10+ baseurl : " "
1111
12- # 포스트 관련 설정
12+ # 포스트 설정
1313collections :
1414 posts :
1515 output : true
1616 permalink : /:categories/:year/:month/:day/:title/
1717
18- # 기본 설정
18+ # 기본 레이아웃 설정
1919defaults :
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 플러그인
3632plugins :
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
You can’t perform that action at this time.
0 commit comments