슬기로운 연구생활

[Hexo] Hexo 블로그 테마 적용 본문

슬기로운 세팅 생활

[Hexo] Hexo 블로그 테마 적용

vhrehfdl 2020. 5. 28. 20:38

github에 hexo 블로그에 icarus 테마 입히기.

 

 

[ 적용 방법 ]

 

1. icarus 테마 git에서 다운.

cd myblog
git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus

 

2. 실행 결과

3. theme을 바꿔준다.

- /myblog/_config.yml 에 들어가서 변경해준다.

# Extensions
## Themes: https://hexo.io/themes/
theme: icarus

 

 

[ 주의 사항 ]

- _config.yml은 두개가 있다.

- 첫번째로 /myblog/_config.yml이 있고 hexo 블로그의 전반적인 사항을 관리한다.

- 두번째로 /themes/icarus/_config.yml이 있다. icarus 테마의 관련된 사항을 관리한다.

Comments