From afab35684a0046c51e0e9096b1bcbbc648075880 Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Mon, 4 Nov 2019 14:50:25 +0100 Subject: [PATCH 1/2] Fixes the url. --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 11deb46..41780b5 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ +#baseURL = "https://kubernetes.libre.sh/" baseURL = "https://kubernetes.libre.sh/" languageCode = "en-us" title = "libre.sh - Kubernetes the libre way." -- GitLab From fd996cd6b5758d6d160c0e70383a2c9956d3b084 Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Mon, 4 Nov 2019 14:51:03 +0100 Subject: [PATCH 2/2] f --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 41780b5..471dfed 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ #baseURL = "https://kubernetes.libre.sh/" -baseURL = "https://kubernetes.libre.sh/" +baseURL = "https://libresh.test.indie.host/" languageCode = "en-us" title = "libre.sh - Kubernetes the libre way." theme = "hugo-theme-learn" -- GitLab