Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkbm <david@rooikat.com>2016-08-25 20:45:25 +0300
committerdkbm <david@rooikat.com>2016-08-25 20:45:25 +0300
commitcd1c50614f0fab64556484d183b6e2962fd11205 (patch)
tree32eef90ccb389797320820d843bec98ee714038b /theme.toml
Initial commit.
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..26ca686
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/spf13/hugoThemes#themetoml for an example
+
+name = "Strange Case"
+license = "MIT"
+licenselink = "https://github.com/ExchangeRate-API/strange-case/LICENSE.md"
+description = "A 2 column blog theme for Hugo using Bootstrap - inspired by the Jekyll theme Hyde by mdo"
+homepage = "https://github.com/ExchangeRate-API/strange-case"
+tags = ["", ""]
+features = ["", ""]
+min_version = 0.15
+
+[author]
+ name = "ExchangeRate-API"
+ homepage = "https://www.exchangerate-api.com"
+
+# If porting an existing theme
+[original]
+ name = ""
+ homepage = ""
+ repo = "" \ No newline at end of file