
1 1462326016 2022 年 12 月 11 日 把 config 里面的 theme 配置改成 remote_theme 试试,参考链接: https://stackoverflow.com/questions/70654418/github-pages-build-error-the-jekyll-theme-hydejack-theme-could-not-be-found |
2 kimjosda OP @1462326016 这个我试过了,不行 |
3 duix 2022 年 12 月 11 日 这个有用吗? > https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/ 在 repo 的根目录创建一个空的 .nojekyll 文件再试试。 |
4 duix 2022 年 12 月 11 日 不过本地构建后推送 public 目录到远程似乎更方便一点,省得在远程再写一遍生成的逻辑。 |
5 amrice 2022 年 12 月 11 日 hexo --debug 看看 |
6 kimjosda OP @KepaThings 谢谢,这个挺有效的,构建成功了 |
7 kimjosda OP @KepaThings 我只是为了保存博客代码,后面我用 GitHub action 换了 Travis ci |