Skip to main content Link Search Menu Expand Document (external link)

1. Jekyll Theme 설정

2. 원하는 테마를 .zip 으로 다운로드

zip다운로드

3. 다운 받은 테마 압축풀기

zip압축풀기

4. github에 ‘username.github.io’ repo 생성

repo생성

 git clone https://github.com/AReuma/AReuma.github.io.git

5. 내려받은 폴더에 압축 푼 파일 넣기

파일생성

6. _config 파일 변경

config_1 config_2 config_3

7. docs 폴더 문서 삭제

docs폴더 블로그 내용이 docs 폴더 밑에 저장되기 때문에 default로 설정된 문서 삭제

8. 원하는 색상으로 변경

기본적으로 설정된 색상은 보라색 blogColor1

원하는 색상인 파란색으로 변경 blogColor2

gitHub에서 AReuma.github.io > _sass > support > _variables.scss

colorChange

 $ link-color: 원하는 색상; 
 $ btn-primary-color: 원하는 색상;