From 05cfa8b4594e9ab087c71cee0d56c20b39622883 Mon Sep 17 00:00:00 2001 From: Seiei Higa Date: Mon, 21 Apr 2014 22:40:58 +0900 Subject: [PATCH] Use secure url [GitHub Pages Now Supports HTTPS, So Use It](https://konklone.com/post/github-pages-now-supports-https-so-use-it) --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 17bd3e216e..71e2b16fb9 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ author : # Else if you are pushing to username.github.io, replace with your username. # Finally if you are pushing to a GitHub project page, include the project name at the end. # -production_url : http://username.github.io +production_url : https://username.github.io # All Jekyll-Bootstrap specific configurations are namespaced into this hash # @@ -40,14 +40,14 @@ JB : # DO NOT SET BASE_PATH # (urls will be prefixed with "/" and work relatively) # - # GitHub Pages (http://username.github.io) + # GitHub Pages (https://username.github.io) # DO NOT SET BASE_PATH # (urls will be prefixed with "/" and work relatively) # - # GitHub Project Pages (http://username.github.io/project-name) + # GitHub Project Pages (https://username.github.io/project-name) # # A GitHub Project site exists in the `gh-pages` branch of one of your repositories. - # REQUIRED! Set BASE_PATH to: http://username.github.io/project-name + # REQUIRED! Set BASE_PATH to: https://username.github.io/project-name # # CAUTION: # - When in Localhost, your site will run from root "/" regardless of BASE_PATH