Update base url to https #4

Merged
tschwery merged 1 commit from config/update-base-url into master 2017-12-03 15:45:40 +00:00

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"