Jekyll主题不显示在GitHub页面上,但它确实可以在本地工作
how it works on local
我尝试使用的主题是:poole/lanyon
以下是我尝试过的方法
- 擦除baseurl(在
_config.yml
上) - 将baseurl设置为“”(与现在一样)
- 设置baseurl和url相同
页面是:https://korgunnlind.github.io请帮帮我!Thnx guys:)
Jekyll主题不显示在GitHub页面上,但它确实可以在本地工作
how it works on local
我尝试使用的主题是:poole/lanyon
以下是我尝试过的方法
_config.yml
上)页面是:https://korgunnlind.github.io请帮帮我!Thnx guys:)
1条答案
按热度按时间acruukt91#
它从HTTP而不是HTTPS请求样式表。
将
http://korgunnlind.github.io//public/css/poole.css
更改为https://korgunnlind.github.io/public/css/poole.css
。