Use HTTPS as default protocol of site (#414)
This commit is contained in:
parent
7412727730
commit
88aead4504
@ -3,8 +3,8 @@
|
||||
# url is the full website URL
|
||||
# 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:
|
||||
url: "http://username.github.io"
|
||||
# If you are building a simple GitHub user page (https://username.github.io) then use these settings:
|
||||
url: "https://username.github.io"
|
||||
baseurl: ""
|
||||
|
||||
# If you are building a GitHub project page then use these settings:
|
||||
|
Loading…
Reference in New Issue
Block a user