我按照Deployment | Hexo的指示来部署我的博客
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: https://github.com/KernelWhisper/AlphaAlgorithms.github.io.git
branch: master
name: KernelWhisper
email: gcpu.whisper@gmail.com
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://AlphaAlgorithms.github.io
root: /
permalink: :year/:month/:day/:title/
hexo clean
hexo generate
hexo deploy
github设置为
GitHub Pages旨在托管GitHub存储库中的个人,组织或项目页面。
您的网站发布在https://kernelwhisper.github.io/AlphaAlgorithms.github.io/
来源
当前是从
master
分支构建您的GitHub Pages网站。 Learn more。master分支
主题选择器
选择一个主题,以发布带有Jekyll主题的网站。 Learn more。
选择主题
不幸的是
当我尝试访问https://alphaalgorithms.github.io/时,它报告404错误,并且页面https://kernelwhisper.github.io/AlphaAlgorithms.github.io/的格式错误。
它在本地主机上正确显示。
我的配置有什么问题?