1,效果 https://gui-sukla.github.io/
2,我学习的这个文章 https://www.cnblogs.com/zhcncn/p/4097881.html
3,到准备部署到 Github 的时候有点变化,本地能预览,但是部署上去是404
先找到 当前项目根目录下的 _config.yml
修改为
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repository: git@github.com:gui-sukla/gui-sukla.github.io.git
branch: master
然后
npm install hexo-deployer-git --save
然后
npm install
4,其它问题暂时没发现