+[2016-10-18T15:27:00Z]lkrollafterwards only base_path is used +[2016-10-18T15:28:21Z]jekyllrb(baseurl) (#1) https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/, or (#2) http://jekyllrb.com/docs/configuration/#serve-command-options, or (#3) http://jekyllrb.com/docs/github-pages/#project-page-url-structure, or (#4) https://jekyllrb.com/docs/troubleshooting/#base-url-problems +[2016-10-18T15:28:21Z]jaybe./whatis baseurl +[2016-10-18T16:08:27Z]lkrollaha, 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-18T16:08:27Z]jekyllrbTitle: github-metadata/ghp_metadata_generator.rb at master · jekyll/github-metadata · GitHub (at github.com)
{% assign base_path = site.url | append: site.baseurl %} <— this is what the template uses
+[2016-10-19T11:33:34Z]tyilhow can I join the jekyll mailing list to address the issue of the use of cloudflare on the site? +[2016-10-19T19:50:58Z]Krandshi +[2016-10-19T19:51:22Z]Krandsis using jekyll on Windows bring much problems ? +[2016-10-19T19:57:11Z]tyilif you can run ruby you can run jekyll +[2016-10-19T20:05:02Z]KrandsWill get on WSL