Replies: 1 comment
-
|
how can i retrieve my facebook account. it has been hacked by ***@***.***
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I was trying to use Docker on Windows to run Jekyll, I am using the github-pages package to install Jekyll, so it's a bit behind in versions with 3.9.0. None the less, I set the
JEKYLL_ENVto bedockerand load config files withurl: "http://localhost:4000". The docker itself launches Jekyll with--host 0.0.0.0and that's being reported nicely.The page loads, at a first glance everything looks okay, but any link to other pages becomes:
http://0.0.0.0:4000which would work on Linux or Mac, but it's not allowed on Windows. The theme I'm using uses therelative_urldirective, so in theory, it should not even have any absolute links at all to itself, yet it does.Does anybody have an idea what could I do?
Beta Was this translation helpful? Give feedback.
All reactions