From da66ac1983b586765652f54bf556f268f1e32ff4 Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 26 Apr 2014 16:25:13 -0600 Subject: Adding the hyde theme --- theme.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') 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" -- cgit v1.2.1-24-ge1ad