Updated theme.toml
This commit is contained in:
parent
6fdb7f9d4b
commit
4124bae9ce
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
name = "Hyde"
|
name = "Hyde"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
licenselink = "https://github.com/spf13/hyde/blob/master/LICENSE.md"
|
||||||
description = "An elegant open source and mobile first theme"
|
description = "An elegant open source and mobile first theme"
|
||||||
tags = ["blog", "company"]
|
tags = ["blog", "company"]
|
||||||
features = ["blog", ]
|
features = ["blog", "themes", "disqus"]
|
||||||
min_version = 0.14
|
min_version = 0.14
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
|
@ -12,5 +13,5 @@ min_version = 0.14
|
||||||
# If Porting existing theme
|
# If Porting existing theme
|
||||||
[original]
|
[original]
|
||||||
author = "mdo"
|
author = "mdo"
|
||||||
homepage = "http://andhyde.com"
|
homepage = "http://markdotto.com/"
|
||||||
repo = "http://www.github.com/mdo/hyde"
|
repo = "https://www.github.com/mdo/hyde"
|
Loading…
Reference in a new issue