mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
commands: Use example.com as homepage for new theme
The fictional siteforthistheme.com domain has been squatted by Afternic of GoDaddy since November 2016...
This commit is contained in:
@@ -344,7 +344,7 @@ name = "` + strings.Title(helpers.MakeTitle(filepath.Base(inpath))) + `"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
|
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
|
||||||
description = ""
|
description = ""
|
||||||
homepage = "http://siteforthistheme.com/"
|
homepage = "http://example.com/"
|
||||||
tags = []
|
tags = []
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.24"
|
min_version = "0.24"
|
||||||
|
Reference in New Issue
Block a user