From af1c2e37295cabb7ffe019717fa5a379bf9834ea Mon Sep 17 00:00:00 2001 From: spf13 Date: Wed, 8 Oct 2014 19:05:40 -0400 Subject: bringing theme up to date for inclusion in the gallery --- theme.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index 2fc1110..f4f238e 100644 --- a/theme.toml +++ b/theme.toml @@ -1,17 +1,15 @@ name = "Hyde" license = "MIT" -source_repo = "" description = "An elegant open source and mobile first theme" tags = ["blog", "company"] features = ["blog", ] [author] name = "spf13" - email = "hugo@spf13.com" - url = "http://spf13.com" + homepage = "http://spf13.com" # If Porting existing theme [original] author = "mdo" - url = "http://andhyde.com" + homepage = "http://andhyde.com" repo = "http://www.github.com/mdo/hyde" -- cgit 1.4.1 From 4e4c359b9a5b97becef24ed04c5e9ec064973883 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 18 Jun 2015 13:50:55 -0600 Subject: Add {{ .Hugo.Generator }} --- layouts/partials/head.html | 1 + theme.toml | 1 + 2 files changed, 2 insertions(+) (limited to 'theme.toml') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a9f9401..3579454 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,6 +3,7 @@ + {{ .Hugo.Generator }} diff --git a/theme.toml b/theme.toml index f4f238e..204cccc 100644 --- a/theme.toml +++ b/theme.toml @@ -3,6 +3,7 @@ license = "MIT" description = "An elegant open source and mobile first theme" tags = ["blog", "company"] features = ["blog", ] +min_version = 0.13 [author] name = "spf13" -- cgit 1.4.1 From 48ee2486703dd090bcb7f5cab52c666f30f98e29 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Mon, 13 Jul 2015 23:53:44 +0200 Subject: Set min_version to 0.14 --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index 204cccc..d5caeb5 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ license = "MIT" description = "An elegant open source and mobile first theme" tags = ["blog", "company"] features = ["blog", ] -min_version = 0.13 +min_version = 0.14 [author] name = "spf13" -- cgit 1.4.1 From 4124bae9cecdcad5352fd095a72f1f01b54de6c9 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 17 Jul 2015 12:38:13 +0200 Subject: Updated theme.toml --- theme.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index d5caeb5..13d21c5 100644 --- a/theme.toml +++ b/theme.toml @@ -1,8 +1,9 @@ name = "Hyde" 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", ] +features = ["blog", "themes", "disqus"] min_version = 0.14 [author] @@ -12,5 +13,5 @@ min_version = 0.14 # If Porting existing theme [original] author = "mdo" - homepage = "http://andhyde.com" - repo = "http://www.github.com/mdo/hyde" + homepage = "http://markdotto.com/" + repo = "https://www.github.com/mdo/hyde" \ No newline at end of file -- cgit 1.4.1 From daead1a8b052cfe15d4f9e282b05b92bffc66c46 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 8 Apr 2017 18:24:27 +0200 Subject: Bump required Hugo version to v0.19+ --- theme.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index 13d21c5..66ca805 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ 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.14 +min_version = 0.20 [author] name = "spf13" @@ -14,4 +14,4 @@ min_version = 0.14 [original] author = "mdo" homepage = "http://markdotto.com/" - repo = "https://www.github.com/mdo/hyde" \ No newline at end of file + repo = "https://www.github.com/mdo/hyde" -- cgit 1.4.1