依赖的包
npm install hexo-cli -g
npm install -g hexo-cli
npm install hexo-asset-image --save
npm install hexo-renderer-marked --save
npm install hexo-asset-image-for-hexo5 --save
npm install hexo-all-minifier --save
npm install hexo-math --save安装主题
git clone https://github.com/fluid-dev/hexo-theme-fluid.git themes/fluid发布博客
hexo clean
hexo g
hexo s
hexo d