1,准备环境
首先打开github,点击New repository,创建一个新仓库,仓库名必须要遵守格式:账户名.github.io,不然接下来会有很多麻烦。并且需要勾选Initialize this repository with a README。
2,安装hexo
1 | npm install hexo -g --registry=https://registry.npm.taobao.org |
3, 部署到github
1 | #生成静态文件 |
4,创建自定义域名
1 | cd source/ |
5,发布文章
1 | hexo new post test |