Github 页面未部署远程主题
Github Pages not deploying remote theme
我第一次尝试在 Github 页面上使用远程主题。尽管该主题在本地服务器上运行良好,但并未部署在 Github Pages 服务器上。我可以打开页面,但主题未正确加载。
我已经尝试过 here, here 提到的对 _config.yml
的修改。
这是我的 repo 的 link。任何帮助将不胜感激。
问题主要出在 remote_theme
名称上,它在主题页面上被错误提及。
已将 remote_theme: samarsault/texture
从 thelehhman/texture
和 baseurl:''
更新为 baseurl:
我第一次尝试在 Github 页面上使用远程主题。尽管该主题在本地服务器上运行良好,但并未部署在 Github Pages 服务器上。我可以打开页面,但主题未正确加载。
我已经尝试过 here, here 提到的对 _config.yml
的修改。
这是我的 repo 的 link。任何帮助将不胜感激。
问题主要出在 remote_theme
名称上,它在主题页面上被错误提及。
已将 remote_theme: samarsault/texture
从 thelehhman/texture
和 baseurl:''
更新为 baseurl: