projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b463c5a
)
commands: Use example.com as homepage for new theme
author
Anthony Fok
<foka@debian.org>
Mon, 26 Jun 2017 18:38:45 +0000
(12:38 -0600)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/commands/new.go
b/commands/new.go
index de922fc0d5919eb37a90cb0a48e101c8a3809b05..6a6e0615ff281eec850ab75bf2bce272963a1417 100644
(file)
--- 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://
siteforthisthem
e.com/"
+homepage = "http://
exampl
e.com/"
tags = []
features = []
min_version = "0.24"