Update base url to https

This commit is contained in:
Thomas Schwery 2017-12-03 16:42:48 +01:00
parent 5fc0055bc2
commit 3f7cd65761

View file

@ -2,7 +2,7 @@ contentDir = "articles"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
baseURL = "http://thomas.inf3.ch"
baseURL = "https://thomas.inf3.ch"
canonifyURLs = true
theme = "hugo-zen"