为什么在我尝试将 seo 标签添加到网站模板后,我的 jekyll 帖子页面出现 404 错误?
Why is my jekyll posts page giving a 404 error after I attempted to add seo tags into the site templates?
我尝试按照此处的说明将 seo 标签添加到站点模板以及 config.yaml 和 gemfile 中,但这导致我在尝试查看我的帖子页面时收到 404 错误消息。
https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/installation.md
这是我的网站 url 和帖子 url 谁能帮忙?谢谢。
http://www.nezmustafa.com/
http://www.nezmustafa.com//posts
您已经在您的存储库上配置了一个自定义域,url 不再是“nezmustafa123.github.io/blog/”
在_config.yml中,设置:
url: "http://www.nezmustafa.com"
baseurl: ""
我尝试按照此处的说明将 seo 标签添加到站点模板以及 config.yaml 和 gemfile 中,但这导致我在尝试查看我的帖子页面时收到 404 错误消息。 https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/installation.md
这是我的网站 url 和帖子 url 谁能帮忙?谢谢。 http://www.nezmustafa.com/ http://www.nezmustafa.com//posts
您已经在您的存储库上配置了一个自定义域,url 不再是“nezmustafa123.github.io/blog/”
在_config.yml中,设置:
url: "http://www.nezmustafa.com"
baseurl: ""