From fe0f82610fae2c3f8bf10c66b355910a6de6af6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 15 Feb 2018 19:23:27 +0100 Subject: [PATCH] Add GitLab warning See #358 --- content/hosting-and-deployment/hosting-on-gitlab.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/hosting-and-deployment/hosting-on-gitlab.md b/content/hosting-and-deployment/hosting-on-gitlab.md index c38908cae..9c4a8978a 100644 --- a/content/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/hosting-and-deployment/hosting-on-gitlab.md @@ -20,6 +20,14 @@ wip: false aliases: [/tutorials/hosting-on-gitlab/] --- +{{% warning %}} +GitLab has temporarily turned off custom domains support because of a security issue. The plan is to re-enable it after the 20th of February. +For more information: +https://about.gitlab.com/2018/02/05/gitlab-pages-custom-domain-validation/ +{{% /warning %}} + +{{< todo >}}Remove the above when fixed.{{< /todo >}} + [GitLab](https://gitlab.com/) makes it incredibly easy to build, deploy, and host your Hugo website via their free GitLab Pages service, which provides [native support for Hugo, as well as numerous other static site generators](https://gitlab.com/pages/hugo). ## Assumptions