h1. Hydeout Theme 꾸미기 h2. sidebar.html 분석
* 여기서 @{{ xxx }}@ 로 나타나는 부분이 Hydeout의 변수 부분이다.
** _config.yml 에서 수정하거나 첨가하면 된다.
각각의 변수는 다음의 의미이다. (그림 참조)
!http://jnwhome.iptime.org/redmine/attachments/download/803/2018_0725_0001.png!
h2. Back ground 색상 변화
@_sass\hydeout\_variables.scss@ 에서,
// Hyde theming
$sidebar-bg-color: #202020 !default;
$sidebar-title-color: #ffffff !default;
$sidebar-sticky: true !default;
$layout-reverse: false !default;
@$sidebar-bg-color@ 항목을 이렇게 바꾼다.
// Hyde theming
//$sidebar-bg-color: #202020 !default;
$sidebar-bg-color: #106792 !default;
$sidebar-title-color: #ffffff !default;
$sidebar-sticky: true !default;
$layout-reverse: false !default;