From 21f375626fe8ad53bc79bc2f16d576d23cc9282e Mon Sep 17 00:00:00 2001 From: Lukas Schauer <lukas@schauer.so> Date: Wed, 29 Apr 2015 16:50:40 +0200 Subject: [PATCH] ssl! --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 0753732..6fca40a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Site settings title: Free Software Labor -email: fslab@example.org +email: admin@fslab.de description: > # this means to ignore newlines until "baseurl:" Das Free Software Labor bietet euch Raum und Infrastruktur für Projekte rund um Freie Software. @@ -8,7 +8,7 @@ coolquote: > <cite>To understand the concept, you should think of free as in free speech, not as in free beer.</cite> – Richard Stallman baseurl: "" # the subpath of your site, e.g. /blog/ -url: "http://fslab.de" # the base hostname & protocol for your site +url: "https://fslab.de" # the base hostname & protocol for your site # Build settings markdown: kramdown -- GitLab