我在本地托管的Jekyll网站和GitHub Pages上的实时网站之间遇到了奇怪的风格差异。更具体地说,网站在本地显示的格式是正确的,但在实时版本中格式混乱。我检查了下面链接的相关问题,但没有一个提供可行的解决方案。
- Jekyll site works locally but not on Github Pages
- Local Jekyll Serve/Live Site discrepancy
- Jekyll site won't display on GitHub Pages
- https://github.com/mmistakes/minimal-mistakes/issues/951
我的存储库在这里:https://github.com/PlatosTwin/WUA/tree/gh-pages/docs.
现场直播地点在这里:https://platostwin.github.io/WUA/.
What the live page looks like.
What the local page looks like.
我怀疑我的主题定制是罪魁祸首,但我在Jekyll方面不够专业,不知道该在哪里查找或哪里可能出了问题。有什么想法可以让本地和实时页面同步,并具有正确的样式吗?
提前感谢您的任何建议!
1条答案
按热度按时间7uzetpgm1#
解决了!事实证明,简单地注解掉
baseurl: ""
,in_config.yml
就可以了。感谢this StackOverflow上的帖子提供的指针。