Lanyon update
This commit is contained in:
parent
a56b6f866f
commit
6283825517
28 changed files with 452 additions and 474 deletions
23
theme.toml
23
theme.toml
|
@ -1,17 +1,16 @@
|
|||
name = "Hyde"
|
||||
name = "Lanyon"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/spf13/hyde/blob/master/LICENSE.md"
|
||||
description = "An elegant open source and mobile first theme"
|
||||
tags = ["blog", "company"]
|
||||
features = ["blog", "themes", "disqus"]
|
||||
min_version = 0.53
|
||||
licenselink = "https://github.com/alexandrevicenzi/lanyon/blob/master/LICENSE.md"
|
||||
description = "A minimalist and mobile first theme for Hugo"
|
||||
tags = ["blog", "responsive", "clean", "minimalist"]
|
||||
features = ["blog", "themes", "disqus", "analytics"]
|
||||
min_version = 0.54
|
||||
|
||||
[author]
|
||||
name = "spf13"
|
||||
homepage = "http://spf13.com"
|
||||
name = "alexandrevicenzi"
|
||||
homepage = "http://alexandrevicenzi.com"
|
||||
|
||||
# If Porting existing theme
|
||||
[original]
|
||||
author = "mdo"
|
||||
homepage = "http://markdotto.com/"
|
||||
repo = "https://www.github.com/mdo/hyde"
|
||||
author = "spf13"
|
||||
homepage = "http://spf13.com"
|
||||
repo = "https://github.com/spf13/hyde"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue