Jekyll 网站在 Github 个页面上显示不正确(格式错误)

Jekyll site not displaying correctly (wrong formatting) on Github pages

嘿,我正在尝试在 Github 页面上设置 Jekyll。我完全遵循了这个指南:https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/.

知道我做错了什么吗?

您必须替换配置文件中的默认 url 值。替换 example.com 并将 baseurl 留空:

url: https://kekearif.github.io
baseurl: ""