github에 hexo 블로그에 icarus 테마 입히기.
gihub + hexo 블로그 초기 세팅은 이전글 에서 확인.
hexo icarus 테마 적용.
icarus 테마 git에서 다운.
코드
cd myblog
git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus
실행 결과
theme을 바꿔준다.
/myblog/_config.yml 에 들어가서 변경해준다.
# Extensions
## Themes: https://hexo.io/themes/
theme: icarus
주의 사항
- _config.yml은 두개가 있다.
- 첫번째로 /myblog/_config.yml이 있고 hexo 블로그의 전반적인 사항을 관리한다.
- 두번째로 /themes/icarus/_config.yml이 있다. icarus 테마의 관련된 사항을 관리한다.