The theme works fine when pushed to GitHub and hosted, but does not work locally by running bundle exec jekyll serve, what could be causing this problem?
Fixed it by removing baseurl from _config.yml
That attribute seems to be unnecessary, only introduces double slash bugs in site rendered by jekyll locally.
The theme works fine when pushed to GitHub and hosted, but does not work locally by running
bundle exec jekyll serve
, what could be causing this problem?