本地主机和 github 页面之间的 Jekyll 字体不同
Jekyll fonts differ betweeen local host and github pages
我正在尝试让简历模板 jekyll 主题正常工作。我的 github 存储库在这里:https://github.com/earlbellinger/earlbellinger.github.io
我 运行 遇到一个问题,当我使用 bundle exec jekyll serve
时,我的本地计算机上显示的字体与 github 页面呈现时显示的字体完全不同。我怎样才能解决这个问题?感谢您的任何提示。
You're experiencing Mixed content security rules!
在 _includes/head.html
中,更改:http://fonts.googleapis.com
至:https://fonts.googleapis.com
我正在尝试让简历模板 jekyll 主题正常工作。我的 github 存储库在这里:https://github.com/earlbellinger/earlbellinger.github.io
我 运行 遇到一个问题,当我使用 bundle exec jekyll serve
时,我的本地计算机上显示的字体与 github 页面呈现时显示的字体完全不同。我怎样才能解决这个问题?感谢您的任何提示。
You're experiencing Mixed content security rules!
在 _includes/head.html
中,更改:http://fonts.googleapis.com
至:https://fonts.googleapis.com