创建仓库
github用户名+github.io
生成ssh密钥对
上传公钥到github
https://github.com/settings/keys
安装node
brew install node
安装hexo
npm install -g hexo-cli
hexo init blog
cd blog
npm install
选择主题
放主题文件到themes下
配置.config.yml文件
https://gitee.com/iamjerryw/hexo-theme-butterfly
启动hexo
hexo server
博客在本地4000端口开启