环境要求:git,node,hexo,
之前,在github上建立好自己的博客仓库
博客仓库名要求为:wangzhiming1999.github.io
1.初始化创建博客仓库:hexo init
2.hexo s 运行博客
3.打开_config.yml 找到deploy
添加 (注意引号和配置要有空格)
type: git
repo: https://github.com/wangzhiming1999/wangzhiming1999.github.io.git
branch: master
配置好后
hexo clean 清除下
hexo s 运行
hexo d 推送git
修改我们可以 hexo n “文章名字”
之后我们就可以通过wangzhiming1999.github.io.git访问了
其中我们可以更换主题修改_config.yml文件的
theme: yilia 后面为自己克隆下来的主题