Skip to content

Commit

Permalink
사이드바 변경
Browse files Browse the repository at this point in the history
이미지 추가
사이드바 글자 색상 변경
타이틀, 타이틀 태그 변경
  • Loading branch information
BambooStreet committed Mar 15, 2024
1 parent eee2c89 commit f924ec3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ timezone: Asia/Seoul
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: BambooStreet의 블로그 # the main title
title: BambooStreet # the main title

tagline: 아직 완성 안함 # it will display as the sub-title
tagline: 열심히 했잖아, 한잔해 # it will display as the sub-title

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Expand Down
24 changes: 22 additions & 2 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,11 @@ $btn-mb: 0.5rem;
width: $sidebar-width;
z-index: 99;
background: var(--sidebar-bg);
/* 사이드바 배경 이미지 추가(아래 3줄) */
background: url('/assets/img/sidebar/인상-해돋이.jpg');
background-size: 100% 100%;
background-position: center;

border-right: 1px solid var(--sidebar-border-color);

/* Hide scrollbar for Chrome, Safari and Opera */
Expand Down Expand Up @@ -762,12 +767,17 @@ $btn-mb: 0.5rem;
letter-spacing: 0.25px;
margin-top: 1.25rem;
margin-bottom: 0.5rem;
/*색상 변경*/
/*color: rgba(254, 254, 254, 99%);*/
color: var(--site-title-color);

a {
@extend %clickable-transition;
@extend %sidebar-link-hover;
/*색상 변경*/
color: rgba(254, 254, 254, 99%);

color: var(--site-title-color);
/*color: var(--site-title-color);*/
}
}

Expand All @@ -781,8 +791,12 @@ $btn-mb: 0.5rem;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

/*색상 변경*/
color: rgba(254, 254, 254, 99%);
}

/* 사이드바의 네비게이션 색상 크기 변경*/
ul {
margin-bottom: 2rem;

Expand All @@ -800,6 +814,9 @@ $btn-mb: 0.5rem;
border-radius: 0.75rem;
font-weight: 600;

/*색상 변경*/
color: rgba(254, 254, 254, 99%);

&:hover {
background-color: var(--sidebar-hover-bg);
}
Expand All @@ -818,7 +835,10 @@ $btn-mb: 0.5rem;

&.active {
.nav-link {
color: var(--sidebar-active-color);
/*색상 변경*/
color: rgba(254, 254, 254, 99%);
/*color: var(--sidebar-active-color);*/

background-color: var(--sidebar-hover-bg);

span {
Expand Down
Binary file added assets/img/sidebar/인상-해돋이.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sidebar/황주훈.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f924ec3

Please sign in to comment.