hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit aff1ac3235b6c075d01f7237addf44fecdd36d82
parent b463c5ad867a9fa71ab096ab3326c84d84e7e8ea
Author: Anthony Fok <foka@debian.org>
Date:   Mon, 26 Jun 2017 12:38:45 -0600

commands: Use example.com as homepage for new theme

The fictional siteforthistheme.com domain has been
squatted by Afternic of GoDaddy since November 2016...

Diffstat:
Mcommands/new.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/new.go b/commands/new.go
@@ -344,7 +344,7 @@ name = "` + strings.Title(helpers.MakeTitle(filepath.Base(inpath))) + `"
 license = "MIT"
 licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
 description = ""
-homepage = "http://siteforthistheme.com/"
+homepage = "http://example.com/"
 tags = []
 features = []
 min_version = "0.24"