brew update #通过brew进行安装 brew install npm
npm install -g hexo-cli
hexo init Blog #使用Blog作为网站目录 cd Blog npm install hexo server #访问 http://localhost:4000 查看demo