+[2017-06-04T22:42:03Z]pouikpouikjeaye: what do you mean? +[2017-06-04T22:43:18Z]jeayepouikpouik: Just recently, I started seeing an odd behavior where my jekyll-feed is producing urls like https://mysite.com/mysite.com/posts/my-post +[2017-06-04T22:43:57Z]jeayeMy site.url is https://mysite.com and my site.baseurl is empty. When I build locally, all is good. When I build on Pages, the second mysite.com is now being added, which is exactly what baseurl does. +[2017-06-04T22:44:42Z]jeayeIt seems like Pages is expecting site.url to be https://jeaye.github.io and site.baseurl to be mysite.com, since that's my repo name, and it's forcing it. That's breaking my custom domain setup. +[2017-06-04T22:46:07Z]jeayeI've just verified, by printing site.baseurl when building locally, and then pushing to Pages. It's forcing my site.baseurl to "/blog.jeaye.com" :|
message no. 169388
Posted by jeaye in #github at 2017-06-04T22:38:43Z
Has Github recently changed some GH Pages code to force site.baseurl to the repo name?
+[2017-06-05T01:45:17Z]acidvegas<- +[2017-06-05T05:46:10Z]localhorsedoes github use ignore-space-at-eol when showing diff? +[2017-06-10T05:35:55Z]acidvegas<- +[2017-06-10T06:16:39Z]B4S1L3 Does anyone have experience with Jekyll / github pages ? I'd like to know how to put anchors in md files, e.g for # ## ### titles +[2017-06-10T06:18:16Z]B4S1L3like done in md files for normal redmes or in wikis