From e721e3f542bdd4287c1e95ccdbe7a942f2ec1391 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 19 Oct 2016 09:03:41 -0700 Subject: [PATCH] exampleSite/config.toml: Use safe baseURL for example Apparently a scammer has registered this other domain and has some malware, ads, etc on it. There is a GitHub issue tracking this and recommends changing the example baseURL to something safer. See: https://github.com/spf13/hugoThemes/issues/171 --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d882cad..0bad3bb 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,6 +1,6 @@ # Hugo variables # -baseurl = "http://replace-this-with-your-hugo-site.com/" +baseurl = "https://example.org/" languageCode = "en-us" title = "Hugo Bootstrap v4 Blog" theme = "hugo-theme-bootstrap4-blog"