hexo-theme-icarusのインストール方法
まず通常通りに #Hexo をインストールしてサイトを作成します。(既にしている場合は省略) code: shell
npm install hexo-cli -g
hexo init blog
cd blog
npm install
次にhexo-theme-icarusをインストールしますが、公式の手順だとインストールできないので(何故)以下のようにします。
code: shell
npm install -S hexo-theme-icarus
hexo config theme icarus
npm install --save bulma-stylus@0.8.0 hexo-renderer-inferno@^0.1.3
hexo clean
これでインストール完了です。