Closed
Description
- This is a question about using the theme.
- This is a feature request or enhancement.
- I believe this to be a bug with the theme.
- I am using the latest version of the theme.
- I have updated all gems with
bundle update
. - I have tested locally with
bundle exec jekyll build
.
Environment information
- **Minimal Mistakes version:latest
- **Jekyll version:3.7.3
Expected behaviour
Seems like this theme uses absolute_url
, which will yield urls like 0.0.0.0:PORT when you use it with docker. I've noticed that your other theme "so-simple" works well with docker as it uses relative_url
. I was wondering if there's a reason for that. I'd be happy to update it all and send you a PR, but wanted to check with you first if there's a reason. Should all work the same after the update.