install-hexo
Hexo インストール
1 | hexo init <folder> |
hexo-theme-icarusのインストール
1 | npm install -S hexo-theme-icarus hexo-renderer-inferno |
_config.yml ファイル
1 | theme: icarus |
もしくは
1 | hexo config theme icarus |
1 | hexo init <folder> |
1 | npm install -S hexo-theme-icarus hexo-renderer-inferno |
1 | theme: icarus |
もしくは
1 | hexo config theme icarus |