From: Anthony Fok Date: Mon, 26 Jun 2017 18:38:45 +0000 (-0600) Subject: commands: Use example.com as homepage for new theme X-Git-Tag: v0.25~42 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aff1ac32;p=brevno-suite%2Fhugo commands: Use example.com as homepage for new theme The fictional siteforthistheme.com domain has been squatted by Afternic of GoDaddy since November 2016... --- diff --git a/commands/new.go b/commands/new.go index de922fc0..6a6e0615 100644 --- 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"