From 73a83d617d3d71a672bae2206b6e734fa5a8ad58 Mon Sep 17 00:00:00 2001 From: Alexandre L Date: Mon, 11 Sep 2017 16:06:06 +0200 Subject: [PATCH] Use HTTPS Otherwise the site is broken with the extension HTTPS Everywhere (trying to load http assets from https) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 4242d0e5..2a722ff0 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ title : "Hain" title_separator : "-" name : "Heejin Lee" description : "An 'alt+space' launcher for Windows" -url : "http://hainproject.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : "https://hainproject.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : "/hain" # the subpath of your site, e.g. "/blog" repository : "hainproject/hain" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" @@ -254,4 +254,4 @@ defaults: share: false comments: false sidebar: - nav: "docs" \ No newline at end of file + nav: "docs"