My Environment
| Software |
Version(s) |
| Ubuntu |
20.04 |
jekyll |
4.2.0 |
github-pages |
No |
Expected Behaviour
When developing locally, Jekyll should use localhost:port for site.url and absolute_url filter, rather than the url provided in _config.yml.
Current Behavior
I just upgraded my website to use Jekyll v4.2.0.
This is my _config.yml
Now when I do bundle exec jekyll serve or jekyll serve, my site.url and absolute_url use the https://example.com.
Before upgradation, everything was running super fine.
Code Sample
github-pagesjekyll doctorto check my configurationMy Environment
jekyllgithub-pagesExpected Behaviour
When developing locally, Jekyll should use
localhost:portforsite.urlandabsolute_urlfilter, rather than the url provided in_config.yml.Current Behavior
I just upgraded my website to use Jekyll v4.2.0.
This is my _config.yml
Now when I do
bundle exec jekyll serveorjekyll serve, mysite.urlandabsolute_urluse thehttps://example.com.Before upgradation, everything was running super fine.
Code Sample