Hexo + Icarus 테마 적용해서 배포하기
1. Hexo install
1 | # 이런거 설치 해서 npm 설치되어 있단 가정 하고 |
2. 블로그 디렉터리 생성
1 | hexo init blog |
3. blog/_config.yml 수정
1 | deploy: |
4. Icarus 테마 적용
1 | git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus |
4. 포스트 쓰기
1 | hexo new post '포스트명' |
5. 배포
1 | hexo clean |