jwillmer / jekyllDecent

Blog Template for Jekyll
http://jwillmer.github.io/jekyllDecent/
MIT License
133 stars 123 forks source link

Prepare theme for SSL #15

Closed jwillmer closed 7 years ago

jwillmer commented 8 years ago

Let the visitor decide how the content will be served: http://stackoverflow.com/questions/8951423/html-links-without-http-protocol

jwillmer commented 8 years ago

Can not be fixed at the moment because site.github.url is generated with http. Only fix would be hard coded urls for the css and js.

Second part would be to use cloudflare to redirect http to https

jwillmer commented 7 years ago

I think this is be solved since enabling SSL in the GitHub settings seams to work.