我尝试按照此处的说明将seo标记添加到网站模板以及config.yaml和gemfiles中,但它导致我在尝试查看我的帖子页面时收到404错误消息。 https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/installation.md
这是我的网站网址和帖子网址可以有人帮忙吗?谢谢。 http://www.nezmustafa.com/ http://www.nezmustafa.com//posts
答案 0 :(得分:0)
您已在回购协议上配置了自定义域名,网址不再是" nezmustafa123.github.io/blog / "
在 _config.yml 中,设置:
url: "http://www.nezmustafa.com"
baseurl: ""