Browse Source

bringing theme up to date for inclusion in the gallery

spf13 10 years ago
parent
commit
af1c2e3729
2 changed files with 2 additions and 4 deletions
  1. BIN
      images/screenshot.png
  2. 2
    4
      theme.toml

BIN
images/screenshot.png View File


+ 2
- 4
theme.toml View File

1
 name = "Hyde"
1
 name = "Hyde"
2
 license = "MIT"
2
 license = "MIT"
3
-source_repo = ""
4
 description = "An elegant open source and mobile first theme"
3
 description = "An elegant open source and mobile first theme"
5
 tags = ["blog", "company"]
4
 tags = ["blog", "company"]
6
 features = ["blog", ]
5
 features = ["blog", ]
7
 
6
 
8
 [author]
7
 [author]
9
     name = "spf13"
8
     name = "spf13"
10
-    email = "hugo@spf13.com"
11
-    url = "http://spf13.com"
9
+    homepage = "http://spf13.com"
12
 
10
 
13
 # If Porting existing theme
11
 # If Porting existing theme
14
 [original]
12
 [original]
15
     author =  "mdo"
13
     author =  "mdo"
16
-    url = "http://andhyde.com"
14
+    homepage = "http://andhyde.com"
17
     repo = "http://www.github.com/mdo/hyde"
15
     repo = "http://www.github.com/mdo/hyde"