install-hexo

Hexo インストール

1
2
3
hexo init <folder>
cd <folder>
npm install

hexo-theme-icarusのインストール

1
npm install -S hexo-theme-icarus hexo-renderer-inferno

_config.yml ファイル

1
theme: icarus

もしくは

1
hexo config theme icarus