diff options
author | digitalcraftsman | 2015-07-17 12:38:13 +0200 |
---|---|---|
committer | digitalcraftsman | 2015-07-17 12:38:13 +0200 |
commit | 4124bae9cecdcad5352fd095a72f1f01b54de6c9 (patch) | |
tree | 0dc34aedc3dcef8dbf246476417167a17464a563 | |
parent | 6fdb7f9d4b5932fb7fbf6fcf4c61bf9e7b7bf584 (diff) | |
download | hyde-4124bae9cecdcad5352fd095a72f1f01b54de6c9.tar.lz hyde-4124bae9cecdcad5352fd095a72f1f01b54de6c9.tar.zst hyde-4124bae9cecdcad5352fd095a72f1f01b54de6c9.zip |
Updated theme.toml
-rw-r--r-- | theme.toml | 7 |
1 files changed, 4 insertions, 3 deletions
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 |