mmistakes / jekyll-theme-skinny-bones

A Jekyll starter with a variety of flexible layouts and components.
https://mmistakes.github.io/jekyll-theme-skinny-bones
MIT License
802 stars 907 forks source link

https: problem with certificate #80

Closed ikashnitsky closed 7 years ago

ikashnitsky commented 7 years ago

There are some problems with certificates in a freshly forked version of a website https://ikashnitsky.github.io/ I checked "Enforce HTTPS" in the repository settings. Please, help me solve the issue. Note, there is no such problem for the example site

mmistakes commented 7 years ago

In your _config.yml you need to set site.url to the https version of your domain like this:

url: https://ikashnitsky.github.io

Looking at your site source all the CSS and JS are loading http:// versions which will be blocked when trying to access your site securely. The browser won't load mixed content in this way.

ikashnitsky commented 7 years ago

Oh, thanks a lot! Sorry, I'm still a complete newb