Skip to content

Commit dccf05b

Browse files
committed
목차수정
1 parent 2f3a4fd commit dccf05b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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"
272276
date_format: "%Y-%m-%d"

_posts/2023-09-26-first.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ title: "첫번 째 블로그 포스팅 입니다"
33
layout: single
44
categories: coding
55
tag: [python, blog, jekyll]
6-
toc: true
7-
toc_sticky: true
8-
toc_label: 목차
9-
toc_icon: "bars"
10-
toc_sticky: true
116
typora-root-url: ../
127
author_profile: false
138
search: true
9+
author_profile: false
1410
---
1511

1612
**[공지사항]** [김태정 블로그 신규 업데이트](https://kkimtaejung.github.io/minimal-mistakes/docs/quick-start-guide/){: .notice--danger}

_sass/minimal-mistakes/_navigation.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
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
}
@@ -568,6 +568,6 @@
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
}

_sass/minimal-mistakes/_variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)