$ git clone -b master https://github.com/haoaa/hexo.git .
$ npm install
$ hexo new something-about-sass
- commit source and deploy
yarn pd "your commit comments goes here"- local serve
yarn sgit remote add next https://github.com/iissnan/hexo-theme-next.git
git subtree add --prefix themes/next next master
git subtree pull --prefix themes/next next master- 修改模板文件
themes\next\layout\_partials\header.swig
<!--more-->