+ [2017-06-04T22:42:03Z] pouikpouik jeaye: what do you mean?
+ [2017-06-04T22:43:18Z] jeaye pouikpouik: 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] jeaye My 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] jeaye It 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] jeaye I'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. 169389

Posted by pouikpouik in #github at 2017-06-04T22:42:03Z

jeaye: what do you mean?
+ [2017-06-05T05:46:10Z] localhorse does github use ignore-space-at-eol when showing diff?
+ [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] B4S1L3 like done in md files for normal redmes or in wikis