I have the url
value in _config.yml
correctly set to my page. When I serve it locally, {{site.url}}
is properly set to localhost:4000
, but when I serve it on my GitHub page, the url is lost (empty string). I can’t find anything in the ci configuration that is incorrectly setting this, and googling for the answer is failing on me. What can be the problem?