Use HTTPS as default protocol of site (#414)

This commit is contained in:
mashed-potatoes 2018-10-11 21:04:34 +05:00 committed by Dean Attali
parent 7412727730
commit 88aead4504

View File

@ -3,8 +3,8 @@
# url is the full website URL # url is the full website URL
# baseurl is the website's URL without the hostname # baseurl is the website's URL without the hostname
# If you are building a simple GitHub user page (http://username.github.io) then use these settings: # If you are building a simple GitHub user page (https://username.github.io) then use these settings:
url: "http://username.github.io" url: "https://username.github.io"
baseurl: "" baseurl: ""
# If you are building a GitHub project page then use these settings: # If you are building a GitHub project page then use these settings: