I noticed this option for the first now, but I get
xdg-open: file ‘//localhost:2000/’ does not exist
WARN Failed to open browser: exit status 2
I normally use handlr, but xdg-open is set up too (chromium). I have two browsers, none opens, none tries. What happens ?
xdg-open interprets //something as a file path, not a URL. This works great for me, regardless of whether the browser is open: xdg-open http://localhost:1313/posts/post-1/.
I suspect your baseURL is invalid.
So I have to write a random address despite it being a local site and the browser opening localhost regardless. Pff, ok whatever…