【发布时间】:2017-02-19 05:06:58
【问题描述】:
嘿,我正在尝试在 Github 页面上设置 Jekyll。我完全按照本指南进行操作:https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/。
有什么想法我在这里做错了吗?
【问题讨论】:
嘿,我正在尝试在 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: ""
【讨论】: