Closed mfrachet closed 7 years ago
Your Jekyll configurations look correct to me.
But your Disqus configuration seems incorrect: The troubleshooting guide says you've to set the domain as skahrz.github.io
instead of https://skahrz.github.io
.
Note: Changing it will require you to wait about 48hours for it to take effect.
I'm gonna add to this answer because I just encountered the same problem. You need to set the url
property in the config.yml
that you posted above to your blog url:
url: "https://skahrz.github.io"
should do the trick.
I can confirm that setting the url resolves the problem.
Wow, I m really late, sorry about that. And yes , adding the url solved my problem :)
I m starting to create a simple github page on my github name like https://skahrz.github.io
I m using your minimalist (but really cool) theme.
Actually, I m having some troubles dealing with the disqus integration. For now, here's my _config.yml config :
When I m trying to load disqus on my website, it doesn't load and ask me to follow some troubleshooting guides (what I did) but it doesn't work as expected, without throwing some weird errors :
https://skahrz.github.io/jekyll/update/2017/01/30/welcome-to-jekyll.html
My configuration on disqus are the following :
But nothing happens... Am I missing something in my config file ?