环境
nodejs
git
官网教程:https://hexo.io/zh-cn/docs/github-pages
初始化hexo项目
1 | npm install hexo-cli -g |
浏览器访问localhost:4000
新建github 项目
开启GitHub Pages
打开根目录下的_config.yml
文件
1 | //url是github pages给我们分配的网址 |
1 | //repo修改为你自己的github项目地址 |
发布
安装hexo git发布插件
1 | npm install hexo-deployer-git --save |
推送项目到github
1 | hexo clean |
查看github厂库,有新代码推送成功了
访问github page https://lrxc.github.io/blog/