commit 3dc90ec6c6308a2c9dd6f2486b7285dd8daad978
parent de007bc8c41643c5d48da8f1d938eca7f5b3b740
Author: Dennis Mayk <dennis@mayk.eu>
Date: Fri, 20 Jul 2018 14:19:17 +0200
Correct url to https
Demo website isn't displayed correctly (css isn't loaded) because the url was not configured to https in the config file.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_config.yml b/_config.yml
@@ -3,7 +3,7 @@ title_left : "Think"
title_right : "space" # default: ""
description : "Minimalist Jekyll theme for technical writing blog."
keywords : "Jekyll, theme, free, download, SEO, blog, web, minimalist, thinkspace"
-url : http://heiswayi.github.io/thinkspace # site url
+url : https://heiswayi.github.io/thinkspace # site url
baseurl : "" # apply repo name like "/myproject" if used under gh-pages branch, else (under master branch) just leave empty/blank
cover : "" # image uri like logo/cover image for site seo