commands: Use example.com as homepage for new theme
authorAnthony Fok <foka@debian.org>
Mon, 26 Jun 2017 18:38:45 +0000 (12:38 -0600)
committerAnthony Fok <foka@debian.org>
Mon, 26 Jun 2017 18:38:45 +0000 (12:38 -0600)
The fictional siteforthistheme.com domain has been
squatted by Afternic of GoDaddy since November 2016...

commands/new.go

index de922fc0d5919eb37a90cb0a48e101c8a3809b05..6a6e0615ff281eec850ab75bf2bce272963a1417 100644 (file)
@@ -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"