diff options
| author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-02-10 19:38:11 +0100 |
|---|---|---|
| committer | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-02-10 19:38:11 +0100 |
| commit | 6283825517f49afa18b4bb6f1d820a08f8f6e290 (patch) | |
| tree | 06337007eed707d40f0135b6d36c2f4d20d59d66 /theme.toml | |
| parent | a56b6f866fe0a9e6aaf3ecaebf43bf3b2a00a88b (diff) | |
Lanyon update
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -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" |
