latest 4 messages by lkroll

+ [2016-10-18T16:08:27Z] lkroll aha, I found the culprit: https://github.com/jekyll/github-metadata/blob/master/lib/jekyll-github-metadata/ghp_metadata_generator.rb it's overriding my defaults if the baseurl is empty, basically disallowing full urls without baseurl
+ [2016-10-18T15:27:00Z] lkroll afterwards only base_path is used
+ [2016-10-18T15:26:56Z] lkroll {% assign base_path = site.url | append: site.baseurl %} <— this is what the template uses
+ [2016-10-18T15:20:43Z] lkroll Hi everyone, I have question on my jekyll (3.2.1) configuration: when I build my with JEKYLL_ENV=production and baseurl: "" in the config, it generates paths that include some of my github information (something like pages/<organisation>/<project>) which of course don't work as my actual url is simply something like http://<site>.info. With JEKYLL_ENV=development it generates the correct urls. Also when I set baseurl to / it generates prope