File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -269,4 +269,8 @@ defaults:
269269 share : true
270270 related : true
271271 show_date : true
272+ toc : true
273+ toc_sticky : true
274+ toc_label : 목차
275+ toc_icon : " bars"
272276date_format : " %Y-%m-%d"
Original file line number Diff line number Diff line change @@ -3,14 +3,10 @@ title: "첫번 째 블로그 포스팅 입니다"
33layout : single
44categories : coding
55tag : [python, blog, jekyll]
6- toc : true
7- toc_sticky : true
8- toc_label : 목차
9- toc_icon : " bars"
10- toc_sticky : true
116typora-root-url : ../
127author_profile : false
138search : true
9+ author_profile : false
1410---
1511
1612** [ 공지사항] ** [ 김태정 블로그 신규 업데이트] ( https://kkimtaejung.github.io/minimal-mistakes/docs/quick-start-guide/ ) {: .notice--danger}
Original file line number Diff line number Diff line change 515515 .nav__title {
516516 color : #fff ;
517517 font-size : $type-size-6 ;
518- background : $primary -color ;
518+ background : $toc -color ;
519519 border-top-left-radius : $border-radius ;
520520 border-top-right-radius : $border-radius ;
521521 }
568568 }
569569
570570 li ul li ul li ul li ul li ul > li a {
571- padding-left : 3.25rem
571+ padding-left : 3.25rem ;
572572 }
573573}
Original file line number Diff line number Diff line change @@ -171,3 +171,5 @@ $navicon-width: 1.5rem !default;
171171$navicon-height : 0.25rem !default ;
172172$global-transition : all 0.2s ease-in-out !default ;
173173$intro-transition : intro 0.3s both !default ;
174+
175+ $toc-color : #61cd94 !default ;
You can’t perform that action at this time.
0 commit comments