summaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-04-26 16:25:13 -0600
committerspf13 <steve.francia@gmail.com>2014-04-26 16:25:13 -0600
commitda66ac1983b586765652f54bf556f268f1e32ff4 (patch)
treec5cf3722e926455c30c8113c473e0e73aef04312 /theme.toml
Adding the hyde theme
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..2fc1110
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,17 @@
+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"
+
+# If Porting existing theme
+[original]
+ author = "mdo"
+ url = "http://andhyde.com"
+ repo = "http://www.github.com/mdo/hyde"