Fail to deploy in Github Pages #42
-
Hi, I'm new to github pages. This templete is rendering well locally, However, it will not be deployed sucessfully on Github Page. No matter in either way, the rendering of the page failed, like this, https://joshbushdash.github.io/test.github.io/. (However, I have checked the deployment of the original source file, https://byanko55.github.io/jekyll-theme-satellite/, it successed.) Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The repository should be EXACTLY username.github.io (zihao-zheng.github.io → joshbushdash.github.io). Otherwise, the root URL of your git page will be changed, which makes the website fail to load page resources (e.g., image, css, javascripts). Please read this article if you haven't. |
Beta Was this translation helpful? Give feedback.
The repository should be EXACTLY username.github.io (zihao-zheng.github.io → joshbushdash.github.io).
Otherwise, the root URL of your git page will be changed, which makes the website fail to load page resources (e.g., image, css, javascripts).
Please read this article if you haven't.