diff options
author | spf13 | 2014-10-08 19:05:40 -0400 |
---|---|---|
committer | spf13 | 2014-10-08 19:05:40 -0400 |
commit | af1c2e37295cabb7ffe019717fa5a379bf9834ea (patch) | |
tree | 3743300774e534755f039ae9363a73cd043e3c2e | |
parent | e1a4df05e8607090d012eb806fd47f58b46e7f0e (diff) | |
download | hyde-af1c2e37295cabb7ffe019717fa5a379bf9834ea.tar.lz hyde-af1c2e37295cabb7ffe019717fa5a379bf9834ea.tar.zst hyde-af1c2e37295cabb7ffe019717fa5a379bf9834ea.zip |
bringing theme up to date for inclusion in the gallery
-rw-r--r-- | images/screenshot.png | bin | 0 -> 447363 bytes | |||
-rw-r--r-- | theme.toml | 6 |
2 files changed, 2 insertions, 4 deletions
diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..8248097 --- /dev/null +++ b/images/screenshot.png Binary files differdiff --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" |