部署HEXO

  1. 安装hexo
1
npm install hexo
  1. 初始化目录
1
npx hexo init core
  1. 安装hexo主题,在hexo根目录下运行
1
git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
  1. 安装主题渲染插件
1
npm install hexo-renderer-pug hexo-renderer-stylus --save
  1. 安装搜索插件
1
npm install hexo-generator-searchdb