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
This commit is contained in:
Alan Orth 2016-10-19 09:03:41 -07:00
parent 885827e173
commit e721e3f542
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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"