github + hexo 创建个人博客
创建 .github.io 仓库
全局安装hexo
npm install -g hexo
初始化项目
// 构建 hexo 项目
hexo init
// 启动服务
hexo s
连接到 Git
2019-11-08